akb_graph
Retrieve a knowledge graph of documents, tables, and files with their relations. Use a URI to get a BFS subgraph centered on that resource, or omit it to get 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) | |
| depth | No | BFS depth | |
| limit | No | Max nodes |