Skip to main content
Glama

mediawiki_get_revisions

Retrieve edit history for a specific MediaWiki page to view contributors, timestamps, and changes. Use to track page modifications, identify editors, or analyze revision patterns.

Instructions

Get revision history for a specific page.

USE WHEN: User asks "who edited the FAQ", "show edit history of X", "when was this page last changed".

NOT FOR: Wiki-wide activity (use mediawiki_get_recent_changes). Not for comparing versions (use mediawiki_compare_revisions).

PARAMETERS:

  • title: Page name (required)

  • limit: Max revisions (default 50)

  • start, end: Time range (ISO 8601)

  • user: Filter by user

RETURNS: Revision list with timestamps, users, sizes, and edit summaries.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
titleYesPage title to get revision history for
limitNoMax revisions to return (default 20, max 100)
startNoStart from this timestamp (ISO 8601, newer first)
endNoEnd at this timestamp (ISO 8601)
userNoFilter to revisions by this user

Latest Blog Posts

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/olgasafonova/mediawiki-mcp-server'

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