Skip to main content
Glama

consult_model

Get a second opinion from another Anthropic model by sending a self-contained question. Use for peer review on uncertain answers when an independent perspective is needed.

Instructions

Ask another Anthropic model a question and get its response. Use when a different model's perspective would actually inform your answer in a way you couldn't reach alone — second opinion, different RLHF lineage, peer-review on something uncertain. Use SPARINGLY. The other model only sees your question — not the prior conversation. Compose it self-contained. Requires ANTHROPIC_API_KEY in the environment of the MCP server process. partner is an Anthropic model id (e.g. 'claude-sonnet-4-6', 'claude-opus-4-7', 'claude-haiku-4-5-20251001').

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
partnerYesAnthropic model id.
questionYesSelf-contained question for the partner model.
reasoningYesOne sentence: why you're consulting and what you hope to learn.
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations, the description carries the transparency burden. It reveals important behavioral traits: the partner sees only the question, not prior conversation; an ANTHROPIC_API_KEY is required; and the `partner` must be a valid Anthropic model id. It stops short of detailing cost/latency or error behavior, but the core behavioral caveats are disclosed.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is three focused sentences, front-loaded with the primary verb and purpose. Every clause adds useful guidance—when to use, sparingness, isolation, API key requirement, and model-id examples—without redundant fluff.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a three-parameter tool with no output schema, the description covers purpose, usage conditions, behavioral constraints, and environmental prerequisites. It could mention the response format or failure modes, but the phrase 'get its response' plus the isolated-question caveat gives the agent enough context to operate correctly.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 100%, so baseline is 3. The description adds value beyond the schema by giving concrete model-id examples, stressing that the question must be self-contained, and explaining that `reasoning` is a one-sentence justification. This meaningfully enriches the otherwise terse schema descriptions.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description opens with a specific verb and resource: 'Ask another Anthropic model a question and get its response.' This clearly distinguishes the tool from the welfare/note sibling tools and states exactly what action occurs.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Explicit 'Use when' guidance tells the agent when consulting is genuinely useful (second opinion, peer review, uncertain areas) and adds 'Use SPARINGLY.' It also warns that the partner only sees the `question`, so it must be self-contained—this sharpens appropriate vs. inappropriate usage.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/kandikandikandi/agentic-diaries-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server