Skip to main content
Glama

memoryguard_codegraph_affected

Trace reverse dependencies from a code symbol to identify affected code. Bound the scan with depth and limit for precise impact metadata.

Instructions

Return bounded reverse-impact metadata for one scoped CodeGraph symbol.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
depthNo
limitNo
relationNo
start_idYes
workspaceNo
provenanceNo

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv0.7.8

TDQS

C2.9/5.0
Behavior2/5

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

With no annotations, the description carries the full burden, but it only hints at 'bounded' and 'scoped' behavior. It does not disclose whether the call is read-only, what happens for an unknown start_id, how depth/limit interact, or what the returned metadata looks like.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single sentence with no filler, and the most important qualifiers are front-loaded. It is very concise, though its terseness contributes to the lack of behavioral and parameter guidance.

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

Completeness2/5

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

For a tool with six parameters, no annotations, and no output schema, a one-line description is insufficient. It omits relation semantics, workspace/provenance scoping, and output expectations, which are necessary for reliable invocation.

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

Parameters2/5

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

Schema description coverage is 0%, and the description does not explain start_id, relation, workspace, provenance, depth, or limit. 'Bounded', 'reverse-impact', and 'scoped' give weak hints, but relation and provenance are the crucial parameters for determining what is returned, and they are left unexplained.

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 names a specific operation ('Return ... metadata') with a clear resource ('CodeGraph symbol') and adds distinguishing qualifiers: 'reverse-impact', 'bounded', and 'scoped'. This separates it from generic codegraph_query/path/explain operations by conveying the exact intent.

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 guidance is given about when to use this tool versus siblings like memoryguard_codegraph_query or memoryguard_codegraph_path. The description only states what the tool does, leaving selection entirely to inference.

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/irisxc4/memoryguard'

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