Skip to main content
Glama

deep_reasoning

Consult a reasoning model to receive a complete reasoning trace for multi-step problems. Apply the trace to guide and verify your own answer.

Instructions

Consult a stronger reasoning model and get its full reasoning trace.

Call this BEFORE proposing a solution whenever the task involves multi-step reasoning: subtle bugs or race conditions, architectural trade-offs, algorithm design, math, or anything where a first instinct could be wrong. Use the returned trace to guide and cross-check your own answer.

The reasoning model cannot see this conversation — pass everything it needs.

Args: problem: The question or task, stated precisely. context: Relevant code, error output, logs, or background you have gathered. Include full snippets, not paraphrases. constraints: Hard requirements the solution must satisfy (performance, compatibility, style), if any.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
contextNo
problemYes
constraintsNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

No annotations are provided, so the description carries full burden. It discloses that the tool consults a 'stronger reasoning model', returns a 'full reasoning trace', and notes that the model cannot see the conversation. While it doesn't explicitly state whether the operation is read-only or mention latency, the nature of a reasoning call implies no side effects, making the transparency adequate.

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 concise and well-structured: a brief purpose statement, followed by a paragraph on usage with examples, a critical caveat, and a clear args section. Every sentence provides value without repetition.

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

Completeness5/5

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

An output schema exists (not shown but noted), so the description need not explain return values. Despite having no sibling tools, the description covers purpose, usage, parameters, and a critical limitation. For a tool with 3 parameters and no annotations, this is a complete and informative description.

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

Parameters5/5

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

Schema description coverage is 0%, so the description must compensate. It fully documents each parameter: 'problem: The question or task, stated precisely.'; 'context: Relevant code, error output, logs, or background... Include full snippets, not paraphrases.'; 'constraints: Hard requirements...' This adds significant meaning beyond the schema.

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 clearly states the tool's purpose: 'Consult a stronger reasoning model and get its full reasoning trace.' It uses a specific verb and resource, and distinguishes this tool from any hypothetical alternatives by specifying its role in multi-step reasoning tasks.

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?

The description explicitly says 'Call this BEFORE proposing a solution whenever the task involves multi-step reasoning...' and lists concrete examples (subtle bugs, architectural trade-offs, etc.). It also includes a critical limitation: 'The reasoning model cannot see this conversation — pass everything it needs.' This provides clear when-to-use and how-to-use guidance.

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/dhruv-corethink/reasoning-traces'

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