get_wiki_page
Retrieves the full content and attachments of a wiki page using its page UUID from the wiki tree or search.
Instructions
One wiki page in full, with its content and any attachments it references. Get page_uuid from get_wiki_tree or from a search_wiki hit — a page uuid is not a wiki uuid, and passing one for the other is a 404. A page you cannot open is that same 404, so it never confirms that a page exists. This server can create a page (create_wiki_page) and add to the end of one (append_wiki_page), but cannot change or delete what is already written: to correct something, append the correction rather than planning to edit the page.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page_uuid | Yes |