Skip to main content
Glama

mediawiki-mcp-server

create-page

Generate and publish wiki pages by specifying the title, content, and format, enabling users to contribute and organize information efficiently on MediaWiki platforms.

Instructions

Creates a wiki page with the provided content.

Input Schema

NameRequiredDescriptionDefault
commentNoReason for creating the page
contentModelNoType of content on the page. Defaults to "wikitext"
sourceYesPage content in the format specified by the contentModel parameter
titleYesWiki page title

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "comment": { "description": "Reason for creating the page", "type": "string" }, "contentModel": { "description": "Type of content on the page. Defaults to \"wikitext\"", "type": "string" }, "source": { "description": "Page content in the format specified by the contentModel parameter", "type": "string" }, "title": { "description": "Wiki page title", "type": "string" } }, "required": [ "source", "title" ], "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