Skip to main content
Glama

impact_surface

Assess the blast radius of a symbol or path before editing: graph callers/callees, tests, docs, git history, and related repo memories, with a completeness and risk summary.

Instructions

Pre-edit blast radius for a symbol or path: graph callers/callees, tests, docs, git history, tracker papertrail, and the repo memories crossing it, with a completeness / risk summary. Run this before changing anything non-trivial. Distilled decision records for the symbol ride along as distilled_records (labeled unreviewed, capped at 2; the cap is signalled in completeness_and_caveats.truncated_sections when more exist).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idNo
refNo
limitNo
queryNo
symbolNo
includeNoWhat to include — `tests`, `docs`, `git`, `papertrail`, `text_fallback`, `memories`, ALL on by default (impact's value is the bundled evidence). Omit to keep them; pass an explicit list to narrow, e.g. `["git"]` for git history only. `git` bundles both the recent commits touching the symbol's file and the files that historically co-changed with it (the windowed change-coupling section).
worktreeNoAbsolute path to a linked git worktree you're working in; serves that worktree's branch overlay over the indexed checkout. Omit (or pass an unrelated path) for the indexed checkout.
resolutionNo
full_memoriesNoReturn full memory bodies + every binding + call paths instead of the default compact, scannable per-memory headers (#37). To expand ONE memory by id (e.g. the `memory_id` from a `surface="summary"` compact attachment), call `memory_show`; full detail for a symbol/path is also reachable via `memory_for_symbol` / `memory_for_path` / `memory_for_call_path`.
allow_ambiguousNo
Behavior4/5

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

With no annotations provided, the description carries the burden of behavioral disclosure. It adds meaningful context: the output includes a completeness/risk summary, `distilled_records` are labeled unreviewed, capped at 2, and the cap is signaled in `completeness_and_caveats.truncated_sections`. This goes beyond a simple read-only description, though it does not explicitly state side-effect-free behavior or permissions.

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 three sentences, each earning its place: the first states the core purpose and scope, the second gives usage timing, the third discloses an important output caveat. It is front-loaded and free of filler.

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 (10 parameters, no output schema), the description provides a solid overview of what the report includes and a key caveat about `distilled_records`. It does not fully describe the output structure, but the schema fills in param details, and the description is sufficient for an agent to decide when and how to invoke it.

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 low (30%), so the description must compensate. It clarifies that the tool targets 'a symbol or path,' giving hints about the `symbol`/`query`/`id` parameters. However, it does not explain parameters like `limit`, `resolution`, or `allow_ambiguous`. The schema itself describes `include`, `worktree`, and `full_memories`, but the description adds only marginal param value beyond that.

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 a specific verb ('graph' / 'Pre-edit blast radius') and resource ('symbol or path'), enumerating the evidence included (callers/callees, tests, docs, git history, papertrail, memories) and the summary output. This distinguishes it from siblings like find_callers or trace_callees by bundling them into a pre-edit report.

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?

Explicit guidance is given: 'Run this before changing anything non-trivial.' This clearly indicates the primary use case. It does not explicitly name alternatives or when not to use it, but the 'before changing' context and the ability to narrow with `include` imply that focused tools may be used for specific needs.

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/cq27-dev/rag-rat'

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