Skip to content

MCP Tools Reference

CTO T (Manus AI / GODEL) edited this page Mar 1, 2026 · 3 revisions

MCP Tools Reference

All 10 tools with descriptions and usage examples


Core Validation Tools (4)

consult_agent_x

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.

consult_agent_z

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.

consult_agent_cs

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.

run_full_trinity

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.

Template Library Tools (6)

list_templates

Purpose: Browse all 19 pre-built prompt templates.

Example:

Use list_templates to see all available prompt templates.

get_template

Purpose: Retrieve a specific template by name or ID.

Parameter Type Required Description
template_id string Yes Template name or ID

fill_template

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

list_template_categories

Purpose: Browse template categories for organized discovery.


search_templates

Purpose: Search templates by keyword.

Parameter Type Required Description
keyword string Yes Search term

get_template_usage_examples

Purpose: Get usage examples for a specific template.

Parameter Type Required Description
template_id string Yes Template name or ID

BYOK on All Core Tools

All 4 core validation tools support BYOK (v0.4.5+). See the BYOK Guide for details on per-tool-call provider override.


← Back to Home

Clone this wiki locally