Skip to main content
Glama

mediawiki-mcp-server

get-page-history

Retrieve detailed revision history of a wiki page in segments of 20 revisions. Fetch API routes for next oldest, newest, and latest revision segments to navigate page changes efficiently.

Instructions

Returns information about the latest revisions to a wiki page, in segments of 20 revisions, starting with the latest revision. The response includes API routes for the next oldest, next newest, and latest revision segments.

Input Schema

NameRequiredDescriptionDefault
filterNoFilter that returns only revisions with certain tags. Only support one filter per request.
newerThanNoThe ID of the newest revision to return
olderThanNoThe ID of the oldest revision to return
titleYesWiki page title

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "filter": { "description": "Filter that returns only revisions with certain tags. Only support one filter per request.", "type": "string" }, "newerThan": { "description": "The ID of the newest revision to return", "type": "number" }, "olderThan": { "description": "The ID of the oldest revision to return", "type": "number" }, "title": { "description": "Wiki page title", "type": "string" } }, "required": [ "title" ], "type": "object" }

Other Tools from mediawiki-mcp-server

Related Tools

    MCP directory API

    We provide all the information about MCP servers via our MCP API.

    curl -X GET 'https://glama.ai/api/mcp/v1/servers/ProfessionalWiki/MediaWiki-MCP-Server'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server