traverse_knowledge_graph
Map structural and dependency links between concepts by traversing entity relationships up to a chosen depth, revealing thematic connections that text search misses.
Instructions
Explores thematic relationships between entities, returning nodes and edges up to max_depth hops. Use this to understand structural or dependency links between concepts rather than text search.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| max_depth | No | Maximum number of relationship hops to traverse. | |
| entity_name | Yes | Name of the entity to start traversal from, e.g., 'Data Binding' |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||