get-page-history
Retrieve revision metadata for a wiki page, including ID, timestamp, user, comment, size, and minor flag. Paginate through results with olderThan or newerThan parameters.
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 |
|---|---|---|---|
| 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. | |
| title | Yes | Wiki page title | |
| filter | No | Change tag — return only revisions carrying this tag | |
| newerThan | No | Revision ID — return revisions newer than this (exclusive). Mutually exclusive with olderThan. | |
| olderThan | No | Revision ID — return revisions older than this (exclusive). Mutually exclusive with newerThan. |