Blast radius
get_blast_radiusTraverse the knowledge graph from a bug report node to identify all components and pages it touches, helping scope changes before dispatching a fix.
Instructions
Return the other components/pages a bug group touches, via knowledge-graph traversal from the report node. Returns { nodes: [{ id, label, type }], edges }. Read-only. Use before dispatch_fix to scope a change safely; use get_knowledge_graph to traverse from an arbitrary seed, or analyze_codebase_impact for file-level import impact.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| nodeId | Yes | Graph node UUID |