get_document
Retrieve a full knowledge document (title, tags, Markdown, date) by its repository path. Read-only, used when a section is insufficient or before proposing an update.
Instructions
Return one knowledge document in full (title, tags, Markdown, last-updated date) by the doc_path given in search or bundle results. Use it when a section is not enough, or before proposing an update to that document. Read-only; not-found for unknown paths, forbidden outside the requested scopes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| scopes | No | Optional guard: the document must belong to one of these scopes, otherwise the call is refused. | |
| doc_path | Yes | Repository-relative path of the document exactly as returned in doc_path, e.g. domain/rules/refunds.md. Required. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | ||
| tags | Yes | ||
| scope | Yes | ||
| title | Yes | ||
| tokens | Yes | ||
| content | Yes |