Knowledge graph traversal
get_knowledge_graphTraverse the knowledge graph from a seed node to discover connected components and edges, with configurable depth up to 4 hops.
Instructions
Traverse the knowledge graph from a seed component or page. Returns nodes + edges within a depth budget (max 4 hops).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| seed | Yes | Starting node id or label | |
| depth | No | Traversal depth (default 2, max 4) |