Skip to main content
Glama

mediawiki-mcp-server

update-page

Replace the content of a MediaWiki page with new text, using a base revision ID to ensure consistency and include an edit summary for tracking changes.

Instructions

Updates a wiki page. Replaces the existing content of a page with the provided content

Input Schema

NameRequiredDescriptionDefault
commentNoSummary of the edit
latestIdYesIdentifier for the revision used as the base for the new source
sourceYesPage content in the same content model of the existing page
titleYesWiki page title

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "comment": { "description": "Summary of the edit", "type": "string" }, "latestId": { "description": "Identifier for the revision used as the base for the new source", "type": "number" }, "source": { "description": "Page content in the same content model of the existing page", "type": "string" }, "title": { "description": "Wiki page title", "type": "string" } }, "required": [ "title", "source", "latestId" ], "type": "object" }

You must be authenticated.

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