get_page
Fetch a single wiki page from the key's workspace.
Args:
category: One of entities | concepts | people | decisions | sources | flows | infrastructure | tickets.
name: Page slug (without .md extension), as returned by
list_pages / search_wiki.
Returns {category, name, content} — content is the full
markdown body including YAML frontmatter. Returns {error: "..."}
if the page doesn't exist.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| category | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||