knowledge_history
Recover previous body versions of a knowledge page: list snapshots, read a revision, or restore it without overwriting current content.
Instructions
Body-revision history for a knowledge page. Replace-writes snapshot the displaced body into page_revisions (newest kept, capped per page) — this tool is the recovery surface. Three modes: slug alone lists snapshots (metadata only); slug + revision_id reads one snapshot's full body; adding restore: true puts that body back on the page (the displaced body is snapshotted first, so restore is never destructive).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| slug | Yes | Slug of the knowledge page. | |
| restore | No | Restore the revision's body onto the page. Requires revision_id. | |
| revision_id | No | Revision to read (from the listing). Combine with restore: true to put it back. |