-
Notifications
You must be signed in to change notification settings - Fork 1
MCP Tools Reference
All 10 tools with descriptions and usage examples
Purpose: Market intelligence, competitive analysis, and critical examination.
| Parameter | Type | Required | Description |
|---|---|---|---|
query |
string | Yes | The question or topic to analyze |
api_key |
string | No | BYOK: Your provider API key (ephemeral) |
llm_provider |
string | No | BYOK: Provider name (openai, anthropic, groq, etc.) |
Example:
Use consult_agent_x to analyze the competitive landscape for AI validation tools in 2026.
Purpose: Ethical review, Z-Protocol compliance, and safety assessment. Agent Z holds veto power.
| Parameter | Type | Required | Description |
|---|---|---|---|
query |
string | Yes | The ethical question or scenario to review |
api_key |
string | No | BYOK: Your provider API key (ephemeral) |
llm_provider |
string | No | BYOK: Provider name |
Example:
Use consult_agent_z to review the ethical implications of using AI for automated hiring decisions.
Purpose: Security assessment with 4-Stage Verification Protocol. Validates claims against external evidence.
| Parameter | Type | Required | Description |
|---|---|---|---|
query |
string | Yes | The security concern or claim to validate |
api_key |
string | No | BYOK: Your provider API key (ephemeral) |
llm_provider |
string | No | BYOK: Provider name |
Example:
Use consult_agent_cs to assess the security implications of exposing an MCP server to the public internet.
Purpose: Complete validation pipeline — runs all four agents (Y, X, Z, CS) in sequence and returns a synthesized report.
| Parameter | Type | Required | Description |
|---|---|---|---|
query |
string | Yes | The topic for full multi-agent validation |
api_key |
string | No | BYOK: Your provider API key (ephemeral, applies to all agents) |
llm_provider |
string | No | BYOK: Provider name |
Example:
Use run_full_trinity to validate my AI startup concept: an automated code review tool powered by LLMs.
Purpose: Browse all 19 pre-built prompt templates.
Example:
Use list_templates to see all available prompt templates.
Purpose: Retrieve a specific template by name or ID.
| Parameter | Type | Required | Description |
|---|---|---|---|
template_id |
string | Yes | Template name or ID |
Purpose: Fill a template with custom variables.
| Parameter | Type | Required | Description |
|---|---|---|---|
template_id |
string | Yes | Template name or ID |
variables |
object | Yes | Key-value pairs for template variables |
Purpose: Browse template categories for organized discovery.
Purpose: Search templates by keyword.
| Parameter | Type | Required | Description |
|---|---|---|---|
keyword |
string | Yes | Search term |
Purpose: Get usage examples for a specific template.
| Parameter | Type | Required | Description |
|---|---|---|---|
template_id |
string | Yes | Template name or ID |
All 4 core validation tools support BYOK (v0.4.5+). See the BYOK Guide for details on per-tool-call provider override.
VerifiMind PEAS documentation · Current status · Live health · Public statements · MIT License
Runtime versions, models, routing, tool availability, policies, metrics, and deployment facts are owned by their linked live or release-bound sources.
Start Here
Operator Playbook
Textbook
Trust & Transparency
Evidence & Research
Project Links