Skip to main content
Glama

mediawiki_get_recent_changes

Monitor wiki-wide editing activity by retrieving recent changes across all pages with filtering options for time range, namespace, and change type.

Instructions

Get recent changes across the entire wiki.

USE WHEN: User asks "what's been changed recently", "show wiki activity", "who's been editing".

NOT FOR: Single page history (use mediawiki_get_revisions). Not for user-specific edits (use mediawiki_get_user_contributions).

PARAMETERS:

  • limit: Max changes (default 50)

  • start, end: Time range (ISO 8601)

  • namespace: Filter by namespace

  • type: Filter by change type (edit, new, log)

  • aggregate_by: Group results - "user", "page", or "type"

RETURNS: Recent changes with timestamps, users, and summaries. Aggregation returns counts.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoMaximum changes to return (default 50, max 500)
namespaceNoFilter by namespace (-1 for all)
typeNoFilter by type: 'edit', 'new', 'log', or empty for all
continue_fromNoContinue token for pagination
startNoStart timestamp (ISO 8601)
endNoEnd timestamp (ISO 8601)
aggregate_byNoAggregate results by: 'user', 'page', or 'type'. Returns counts instead of raw changes. Recommended for large result sets.

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