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
| Name | Required | Description | Default |
|---|---|---|---|
| partner | Yes | Anthropic model id. | |
| question | Yes | Self-contained question for the partner model. | |
| reasoning | Yes | One sentence: why you're consulting and what you hope to learn. |