get_wiki_page_version
Recover overwritten wiki content by retrieving a specific earlier version of a page, with its title, content, and author. Read-only: does not modify the page or its version.
Instructions
What a wiki page said at an earlier version — its title, content and who saved it. This is how you recover something that was overwritten, and it is a READ: the page is not changed and its version does not move. Reach for it the moment you find that a page no longer says what you put there. version counts from 1 and goes up by one on every save; the current version is on the page from get_wiki_page. A version that was never saved, and a page you cannot open, are both the same 404. There is deliberately no tool here that puts an old version back — read it and append the wording you want, because a restore overwrites whatever a colleague has open in the live editor right now.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| version | Yes | Which save to read. 1 is the page as first created; get_wiki_page reports the current number | |
| page_uuid | Yes |