traverse_graph
Traverse a knowledge graph starting from any entity to find connected entities via relations, with configurable depth and direction.
Instructions
Traverse the knowledge graph from a starting entity to find connected entities via relations
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| start | Yes | Name of the entity to start traversal from | |
| depth | No | Number of hops to traverse (default: 1) | |
| direction | No | Direction of traversal: out (outgoing relations), in (incoming relations), or both (default: both) | both |