Skip to main content
Glama

mediawiki_compare_revisions

Compare two MediaWiki page revisions to view changes between versions. Shows HTML-formatted diffs with additions and deletions highlighted.

Instructions

Compare two revisions and show the diff.

USE WHEN: User asks "what changed between versions", "show the diff", "compare old and new".

NOT FOR: Just listing revisions (use mediawiki_get_revisions). Not for comparing a topic across pages (use mediawiki_compare_topic).

PARAMETERS:

  • from_rev: Source revision ID, OR

  • from_title: Source page title (uses latest revision)

  • to_rev: Target revision ID, OR

  • to_title: Target page title

RETURNS: HTML-formatted diff showing additions (green) and deletions (red).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
from_revNoSource revision ID
to_revNoTarget revision ID
from_titleNoSource page title (uses latest revision)
to_titleNoTarget page title (uses latest revision)

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