Skip to main content
Glama

mediawiki-mcp-server

update-page

Modify wiki pages by replacing existing content with updated text. Requires a page title, new source content, and a base revision ID for accurate updates.

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" }

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