Skip to main content
Glama

tldr_impact

Identify all functions that call a given function (reverse call graph). Assess the impact of changing a function by understanding which code paths depend on it.

Instructions

Find all callers of a function (reverse call graph). Use to understand what breaks if you change a function.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pathYesProject path (absolute)
symbolYesFunction name to find callers of
Behavior2/5

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

No annotations are provided, so the description must fully disclose behavioral traits. The description only implies a read-only analysis without detailing output format, performance, or side effects. This is insufficient for an agent to understand all behaviors.

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: one stating the action and one providing usage context. It is front-loaded, concise, and every sentence adds value without redundancy.

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

Completeness3/5

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

For a simple tool with two parameters and no output schema, the description is adequate but minimal. It lacks information about the output format, result scope (e.g., direct vs indirect callers), and any special behaviors. More context could improve completeness.

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?

Schema description coverage is 100%, so the baseline is 3. The description reinforces the schema by linking the function name to finding callers, but does not add new semantic details beyond what the schema already provides.

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 finds all callers of a function (reverse call graph) and specifies the use case of understanding what breaks when changing a function. It differentiates from siblings like tldr_calls and tldr_change_impact.

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 explicitly states when to use the tool ('to understand what breaks if you change a function'), providing clear context. However, it does not mention when not to use it or compare with sibling tools.

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/BenMousaAmine/mcp-tldr'

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