Skip to main content
Glama

get_impact_radius

Identify components dependent on a changed node within a configurable search depth to assess impact radius.

Instructions

Analyze impact within a specific radius for AI reasoning. Identifies components that depend on the specified node.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
node_idYesID of the component being changed.
depthNoSearch depth (default: 2).

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior2/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It only states the action (analyzes, identifies) without mentioning whether the operation is read-only, performance characteristics, or error handling for missing node_id. This is insufficient for a tool that likely queries dependencies.

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 concise sentences with no wasted words. The key action ('analyze impact within a specific radius') is front-loaded, and the second sentence adds clarifying detail. Ideal length and structure.

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?

Given the presence of an output schema (not shown), the description does not need to explain return values. However, it could elaborate on how depth affects the radius or whether the search is recursive. The description is minimally complete but leaves some nuance ambiguous.

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 baseline is 3. The description adds minimal value beyond the schema; 'within a specific radius' hints at the depth parameter but does not clarify its semantics or default behavior beyond what the schema states.

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's purpose: analyzing impact within a radius by identifying components depending on a specified node. It differentiates from siblings like 'find_path' (path between two nodes) and 'impact_analysis' (broader scope), though it could more explicitly contrast with similar tools like 'change_impact_preview'.

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?

The description provides no explicit guidance on when to use this tool versus alternatives, such as when a limited scope radius is appropriate. It only vaguely mentions 'for AI reasoning', which does not help the agent decide context.

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/duyngo91/karate-graph-mcp'

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