Skip to main content
Glama

Recall a specific change

recall_change

Fetch the full explanation for a code change by ID to understand why the code looks as it does before modifying it.

Instructions

Fetch the full explanation for a change by its id. Use this when you need to understand WHY code looks the way it does, before modifying it.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesThe explanation id (e.g. x-20260730T131204-a3f2b1).
Behavior3/5

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

With no annotations, the description carries the full burden. 'Fetch' clearly implies a read operation, and the 'why code looks the way it does' context adds purpose, but it does not disclose behavior like error handling, idempotency, or any permissions needed.

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 two sentences, front-loaded with the core action, and every phrase earns its place. It is appropriately sized with no filler.

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?

The tool is simple with one required parameter and no output schema. The description conveys the main purpose and usage context, making it sufficiently complete for an agent, though it does not describe the exact return structure.

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

Parameters3/5

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

Input schema coverage is 100% and the id parameter already includes a descriptive example. The description adds context about retrieving a full explanation but does not meaningfully expand on the parameter semantics beyond what the schema provides.

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

Purpose4/5

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

The description clearly states the tool fetches the full explanation for a change by id, using a specific verb and resource. It distinguishes itself from list_changes and mark_gap_filled, but does not explicitly differentiate from the sibling explain_change, which may also provide explanations.

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

Usage Guidelines4/5

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

The description provides explicit when-to-use guidance: use it to understand why code looks the way it does before modifying. It does not mention exclusions or alternatives, so it falls just short of a top score.

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/akay1121/DiffMind'

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