akb_graph
Get a knowledge graph with nodes (documents, tables, files) and edges (relations). Provide a URI for a centered subgraph or a vault for the full vault graph.
Instructions
Get a knowledge graph — nodes (documents, tables, files) and edges (relations). Provide uri to get a subgraph centered on any resource with BFS traversal. Provide vault (without uri) to get the full vault graph.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| uri | No | Center resource URI (omit + pass vault for full vault graph) | |
| vault | No | Vault name (only when uri is omitted — for full vault graph) | |
| hops | No | BFS traversal radius in edge hops. Disambiguated from `akb_browse.depth` (which is collection-tree depth) — hops here counts relations followed, not folder levels. | |
| limit | No | Max nodes |