akb_get
Retrieve a document by URI to obtain its full content and metadata. Optionally include a commit hash to access a previous version.
Instructions
Retrieve a document by its URI. Returns full content with metadata. Use akb_browse or akb_search first to obtain the URI. Optionally pass a commit hash (from akb_history) to read a previous version.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| uri | Yes | Document URI — akb://{vault}[/coll/{coll_path}]/doc/{filename} | |
| version | No | Git commit hash for a specific version (from akb_history) |