Skip to main content
Glama

mediawiki_get_user_contributions

Read-onlyIdempotent

Retrieve a user's edit history on MediaWiki wikis to track contributions, review changes, and analyze editing patterns.

Instructions

Get all edits made by a specific user.

USE WHEN: User asks "what did John edit", "show user's contributions", "list edits by admin".

NOT FOR: Page-specific history (use mediawiki_get_revisions). Not for wiki-wide activity (use mediawiki_get_recent_changes).

PARAMETERS:

  • user: Username (required)

  • limit: Max contributions (default 50)

  • start, end: Time range (ISO 8601)

  • namespace: Filter by namespace

RETURNS: List of pages edited with timestamps and summaries.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
userYesUsername to get contributions for
limitNoMax contributions to return (default 50, max 500)
namespaceNoFilter by namespace (-1 for all)
startNoStart from this timestamp (ISO 8601, newer first)
endNoEnd at this timestamp (ISO 8601)

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
userYes
countYes
has_moreYes
contributionsYes

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