traverse_knowledge_graph
Explore connected nodes and relationships in a knowledge graph by walking from a starting entity to a specified depth, helping users discover connections and patterns within structured data.
Instructions
Walk the graph from a starting entity, following relationships up to a specified depth. Returns connected nodes and relationships.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_code | Yes | Project code — from list_knowledge_projects | |
| start_entity_type | Yes | Entity type of the starting node (e.g., 'Topic') | |
| start_entity_id | Yes | Entity ID of the starting node | |
| max_depth | No | Maximum traversal depth (default 3, max 5) | |
| direction | No | both | |
| environment | No | staging |