akb_browse
Explore vault content—documents, tables, and files—using tree-depth, filters, and content-type options to find specific resources.
Instructions
Browse ALL vault content — documents, tables, and files — under a browse root. The browse root can be addressed two ways: pass a canonical uri (akb://V for vault root or akb://V/coll/X for a collection), or the legacy vault + optional collection pair. Use the URI form when drilling down from a previous response — every item carries a uri that can be pasted straight back in.
depth is tree-depth from the browse root, mirroring tree -L N: 0 = direct children only (no descent), N = descend N collection levels, -1 = entire subtree. Collection rows are always emitted as navigation aids regardless of depth.
The response includes metadata for the current browse root in context, and collection items include summary by default so agents understand their intended purpose. Other resource summaries stay opt-in so large vaults fit in the agent's context window. Returns {vault, path, context, items, total, returned, truncated?, hint?}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| uri | No | Canonical browse target: `akb://{vault}` (vault root) or `akb://{vault}/coll/{path}` (collection-scoped). Takes precedence over `vault` + `collection` when both are given. | |
| depth | No | Tree depth from the browse root. 0 = direct children only (no descent into any collection). N = descend N collection levels. -1 = unbounded (entire subtree). Collections themselves are always emitted regardless of depth. | |
| limit | No | Cap returned item count. | |
| vault | No | Vault name. Required unless `uri` is given. | |
| filter | No | Substring filter on item name/path (case-insensitive). | |
| offset | No | Skip first N items (default 0). | |
| collection | No | Collection path to use as the browse root (omit for vault root). Ignored when `uri` is given. | |
| content_type | No | Filter by content type | all |
| include_hashes | No | Include AKB-certified content_hash/hash_algorithm and resource version fields for documents/files. | |
| include_summary | No | Include document, table, and file summaries. Collection summaries and browse-root context are always included. | |
| include_archived | No | Include archived documents. Default false — `status: archived` docs are hidden from browse. |