atlas_graph
Inspect the derived knowledge graph to identify hubs, find paths between nodes, and get neighborhood explanations for connectivity and centrality.
Instructions
Query the derived knowledge graph for hubs, paths, or neighborhood explanations.
Call this directly when the question is about connectivity, rationale, or
centrality in the indexed workspace. It reads the derived graph.json
produced by atlas_index; it does not rebuild the graph itself.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mode | Yes | One of `hubs`, `path`, or `explain`. | |
| top_n | No | Number of hubs to return for `hubs` mode. Must be between 1 and 50. | |
| source | No | Required for `path`. Accepts exact node id, exact label, or a unique suffix. | |
| target | No | Required for `path` and `explain`. Accepts exact node id, exact label, or a unique suffix. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |