Explore Memory Graph
explore_graphExplore graph relationships around a page to understand dependencies, mentions, collaborators, and nearby entities.
Instructions
explore_graph
Explore graph relationships around a page.
When to use: understand dependencies, mentions, collaborators, and nearby entities.
When NOT to use: raw page content; use get_page_context.
Returns: focus node, graph nodes, and edges with bounded depth.
On error: search for the correct slug first.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| slug | Yes | Focus page slug. | |
| depth | No | Traversal depth, default 2, max 5. | |
| direction | No | Traversal direction. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| edges | Yes | Graph edges. | |
| focus | Yes | Focus page. | |
| nodes | Yes | Graph nodes. |