get-page-history
Fetch revision history for a wiki page, including ID, timestamp, user, comment, size, and minor flag. Paginate through results using olderThan or newerThan revision IDs.
Instructions
Returns revision metadata (revision ID, timestamp, user, comment, size, minor flag) for a wiki page, in segments of 20 revisions, newest first. Paginate with olderThan or newerThan (mutually exclusive). If the title does not exist, an error is returned. Boolean flags appear only when true.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | Wiki page title | |
| olderThan | No | Revision ID — return revisions older than this (exclusive). Mutually exclusive with newerThan. | |
| newerThan | No | Revision ID — return revisions newer than this (exclusive). Mutually exclusive with olderThan. | |
| filter | No | Change tag — return only revisions carrying this tag | |
| wiki | No | Wiki to target, as a key from the mcp://wikis/ resources (e.g. en.wikipedia.org), or the full mcp://wikis/ URI. Omit to use the default wiki. |