get_callers
Identify all callers of a code node up to specified depth. Find impact of changes by walking call chains to see what will break when modifying shared code.
Instructions
Return nodes that CALL node_id (incoming, up to max_depth hops). PRIMARY tool for impact analysis: 'what breaks if I change X?' Walk callers to find the full call chain before touching shared code.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max nodes to return | |
| node_id | Yes | ||
| max_depth | No | Max traversal hops |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| count | No | ||
| error | No | ||
| nodes | No | ||
| truncated | No | ||
| resolver_status | No | ok |