get_callees
Map outgoing function calls from a node to analyze internal dependencies. Traverse up to specified depth.
Instructions
Return nodes that node_id CALLS (outgoing, up to max_depth hops). Use to understand what a function depends on internally.
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 |