akb_graph
Retrieve a knowledge graph of documents, tables, and files with their relations. Pass a resource URI for a BFS subgraph or a vault name 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) | |
| 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 | |
| vault | No | Vault name (only when uri is omitted — for full vault graph) |