akb_browse
Browse a vault's collections, documents, tables, and files. Drill into a specific collection or apply a filter to narrow results by name or content type.
Instructions
Browse ALL vault content — documents (by collection), tables, and files. Without collection: shows top-level collections, tables, and files. With collection: shows documents and files in that collection. Response is slim by default (no summary field) so large vaults (70+ collections) fit in the agent's context window. Returns {vault, path, items, total, returned, truncated?, hint?}. Use filter to narrow when you know a domain keyword. Each item carries its canonical uri.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| vault | Yes | Vault name | |
| collection | No | Collection path to browse into (omit for top-level) | |
| depth | No | 1=collections only, 2=collections+documents | |
| content_type | No | Filter by content type | all |
| filter | No | Substring filter on item name/path (case-insensitive). | |
| query | No | DEPRECATED alias for `filter`. Use `filter` in new code. | |
| limit | No | Cap returned item count. | |
| offset | No | Skip first N items (default 0). | |
| include_summary | No | Include the per-item summary field (default false, drops to keep payload small). |