Skip to main content
Glama
HiroakiKatoh

Deep Impact Mapper

by HiroakiKatoh

Analyze Impact

analyze_impact

Analyzes the ripple effects of content changes in a structured graph, identifying directly and indirectly affected nodes along with explanations and risk level.

Instructions

【いつ使う】update_content_nodeで変更したノードの影響範囲を確定するとき。 【入力】graph: 更新済みContentGraph / changed_node_ids 【出力】{ changed_node_ids, affected_node_ids, directly_affected, indirectly_affected, explanations, risk_level, warning? } 【注意】affected_node_ids: []の場合は編集作業は不要。編集対象は changed_node_ids + affected_node_ids に対応する原文箇所のみ。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
graphYes現在のContentGraph
changed_node_idsYes変更されたノードのIDリスト
Behavior4/5

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

With no annotations provided, the description fully covers behavioral context. It describes the output fields including risk_level and warning, and a critical note about empty affected_node_ids meaning no editing needed. It does not mention auth or side effects, but as an analysis tool, it likely has no destructive behavior. The description adds significant value beyond the schema.

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 highly structured with clear sections for usage, inputs, outputs, and notes. It is concise (5 lines) with no redundant information, making it easy for an AI agent to parse and understand quickly.

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

Completeness5/5

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

Given the tool's complexity with nested input objects and no output schema, the description provides complete context: when to use, exact input expectations, full output structure, and a critical behavioral note. No gaps remain for correct invocation.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 100%, so baseline is 3. The description adds meaning by labeling graph as '更新済みContentGraph' (updated ContentGraph) and describing the output structure that clarifies what the parameters lead to. This goes beyond the schema's basic descriptions.

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 starts with a clear usage context: 'update_content_nodeで変更したノードの影響範囲を確定するとき', which precisely states that this tool is used after update_content_node to determine the impact range. This distinguishes it from siblings extract_content_graph and update_content_node, as it focuses on impact analysis after changes.

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: after update_content_node. It also includes a note about when editing is unnecessary (if affected_node_ids is empty), providing practical guidance. However, it does not explicitly mention when not to use or alternative tools, though siblings are clearly different in purpose.

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/HiroakiKatoh/DeepImpactMapper'

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