Skip to main content
Glama
UrbanDiver

Local DeepWiki MCP Server

by UrbanDiver

impact_analysis

Read-onlyIdempotent

Analyze the blast radius of changes to a file or entity by combining reverse call graphs, inheritance dependents, file-level imports, and affected wiki pages.

Instructions

Analyze the blast radius of changes to a file or entity. Combines reverse call graph, inheritance dependents, file-level imports, and affected wiki pages to help understand impact before making changes.

Requires: index_repository must be called first.

Example: {"repo_path": "/path/to/repo", "file_path": "src/auth.py"}

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
repo_pathYesPath to the indexed repository
file_pathYesFile path relative to repo root to analyze impact for
entity_nameNoOptional: specific function/class name to narrow analysis
include_reverse_callsNoInclude reverse call graph - who calls functions in this file (default: true)
include_dependentsNoInclude files that import from this file (default: true)
include_inheritanceNoInclude classes that inherit from classes in this file (default: true)
include_wiki_pagesNoInclude wiki pages that document this file (default: true)
Behavior3/5

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

Annotations already indicate readOnlyHint=true and destructiveHint=false, so the description's behavioral disclosure adds limited value. It mentions the combined analysis nature and the prerequisite, but doesn't detail potential errors or output structure. No contradiction with annotations.

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 extremely concise: two sentences, a prerequisite line, and an example. Every sentence adds value without redundancy. Front-loaded with the key action and resource.

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 tool's complexity (7 parameters, no output schema), the description adequately explains the purpose and components it combines. It could hint at the output format (e.g., report structure) but is otherwise complete for a read-only analysis tool.

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 coverage is 100% with descriptive field descriptions. The description provides an example but doesn't add meaning beyond the schema, such as explaining how the boolean flags interact. Baseline score of 3 is appropriate.

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 analyzes 'blast radius of changes' and lists the components it combines (reverse call graph, inheritance dependents, etc.). It distinguishes itself from siblings like get_call_graph or get_inheritance by being a composite analysis, but could be more explicit about its unique value.

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

Usage Guidelines3/5

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

The description provides a prerequisite (index_repository must be called first) and an example, but lacks explicit guidance on when to use this vs. its many sibling tools. It implies use before making changes but doesn't state scenarios where individual tools might suffice.

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/UrbanDiver/local-deepwiki-mcp'

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