Skip to main content
Glama
Akshay1018

CodeDoc MCP Server

by Akshay1018

heal_dependency_calls

Find all files calling a modified symbol and propose updates to fix dependencies after API changes.

Instructions

Finds and proposes updates for all files calling a modified symbol.

Args: symbol_name: The name of the function or class that was modified. file_path: The source file where the change originated. change_type: e.g., 'RENAME', 'PARAM_ADDED', 'PARAM_REMOVED'.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
file_pathYes
change_typeYes
symbol_nameYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

With no annotations, the description carries the full burden. It does disclose a key behavioral trait: it 'proposes' updates rather than applying them, and scopes to 'all files' calling the modified symbol. However, it does not mention potential risks, permissions, or how the proposals are presented.

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 followed by a well-structured argument list. Every word is useful, and the format is clean and front-loaded.

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?

Given the simple 3-parameter tool with an output schema present, the description sufficiently covers purpose and parameters. It could slightly improve by explaining what the proposed updates look like or how they are returned, but it is not a significant gap.

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%, but the description fully compensates by defining each parameter with specific meaning (symbol_name: modified function/class; file_path: source file; change_type: type of change) and even gives examples for change_type.

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 'Finds and proposes updates for all files calling a modified symbol,' which is a specific verb+resource+scope. It distinguishes this tool from siblings like 'apply_sync' (which applies changes) and 'predict_impact' (which predicts 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 implies a clear use case: when a symbol has been modified, this tool finds and proposes updates for dependent files. However, it does not explicitly mention when not to use it or compare with alternatives like 'apply_sync' for applying the proposed updates.

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/Akshay1018/mcp-codedoc'

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