velixar_graph_traverse
Walk relationships from an entity to discover connections, with fuzzy matching and filtering by entity or relationship type.
Instructions
Walk relationships from an entity — "what connects to X?" Supports fuzzy entity matching, relationship and entity type filtering.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| depth | No | Max traversal depth / hops (default 2, max 10) | |
| entity | Yes | Entity name to traverse from | |
| entity_type | No | Filter target nodes by entity type | |
| relationship_type | No | Filter edges by relationship type |