Graph neighborhood
graph_neighborhoodFind connected nodes and edges around a seed node within a depth limit to quickly understand relationships and impact.
Instructions
BFS neighborhood around a graph node id or label — nodes + edges within a depth budget (max 4). Same backend as knowledge-graph traversal, tuned for "what touches this action?".
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| seed | Yes | Starting node id or label | |
| depth | No | Traversal depth (default 2, max 4) |