Skip to main content
Glama
pdogra1299

Dependency Tracer MCP Server

by pdogra1299

impact_analysis

Analyze code changes to identify broken tests, affected entry points, and downstream consumers for accurate impact assessment.

Instructions

Given changed files or symbols, determine the full impact: what tests might break, what entry points are affected, what downstream consumers exist.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
codebaseYesCodebase name (the name you used when calling index_codebase)
changed_filesNoChanged file paths (relative to codebase root)
changed_symbolsNoChanged symbol names (qualified or partial)
max_depthNoMaximum traversal depth (default: 5, max: 20)
Behavior3/5

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

With no annotations, the description carries the full burden of behavioral disclosure. It states the tool determines 'full impact' but does not explain performance implications, side effects, or whether the analysis is exhaustive. It mentions output categories (tests, entry points, downstream consumers) but not the format or completeness guarantees. This is adequate but lacks depth.

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 a single sentence with about 20 words, front-loading the key action and outputs. Every word efficiently conveys the tool's purpose without redundancy. It is optimally concise while still informative.

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 tool with 4 well-described parameters but no output schema, the description provides a reasonable output overview (tests, entry points, downstream consumers). However, given the complexity of impact analysis, additional details on return structure, pagination, or error conditions would improve completeness. Still, it is mostly sufficient.

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?

The input schema already covers all 4 parameters with descriptions (100% coverage), so the baseline is 3. The description does not add additional meaning beyond the schema; it only reiterates 'changed files or symbols' without elaborating on parameter constraints or usage. Therefore, no extra value is provided.

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: to determine the full impact of changed files or symbols on tests, entry points, and downstream consumers. It uses a specific verb ('determine') and resource ('changed files or symbols'), and distinguishes itself from sibling tools like trace_callees by focusing on comprehensive impact rather than just dependency traversal.

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

Usage Guidelines2/5

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

No explicit guidance is provided on when to use this tool versus alternatives. It does not mention prerequisites (e.g., codebase must be indexed), or situations where sibling tools like trace_callees would be more appropriate. The description implies usage after changes but lacks clear when-to-use and when-not-to-use instructions.

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/pdogra1299/dep-tracer-mcp'

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