memory_graph
Query and traverse a knowledge graph to discover relationships and paths between entities using natural language or node IDs.
Instructions
Explore the knowledge graph.
Args: query: Natural language KG query (for action=explore). start: Starting entity/node ID (for action=traverse). edge_patterns: Edge type filter (for action=traverse). max_depth: Max traversal depth (default 2). action: "explore" | "traverse" | "shortest_path" | "stats".
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | No | ||
| start | No | ||
| action | No | explore | |
| max_depth | No | ||
| edge_patterns | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |