get_neighbors
Retrieve nodes within a specified number of hops in any direction from a given node. Use to explore context around an unknown symbol.
Instructions
Return nodes within depth hops in ANY direction. Use to explore context around an unknown symbol.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| depth | No | Max neighbor hops | |
| limit | No | Max nodes to return | |
| node_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| count | No | ||
| error | No | ||
| nodes | No | ||
| truncated | No | ||
| resolver_status | No | ok |