Skip to main content
Glama

mediawiki_edit_page

Create new pages or rewrite entire page content in MediaWiki wikis. Use for complete content replacement or new page creation with wikitext formatting.

Instructions

Create new pages or rewrite entire page content.

USE WHEN: User says "create a new page", "rewrite the entire About page", "replace all content".

NOT FOR: Simple text changes (use mediawiki_find_replace). Not for formatting (use mediawiki_apply_formatting).

PARAMETERS:

  • title: Page name (required)

  • content: New page content (required)

  • section: Edit specific section only (optional)

  • summary: Edit summary (required for good practice)

  • minor: Mark as minor edit (default false)

  • bot: Mark as bot edit (default false)

WARNING: This overwrites entire page content unless section is specified.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
titleYesPage title to edit or create
contentYesNew page content in wikitext format
summaryNoEdit summary explaining the change
minorNoMark as minor edit
botNoMark as bot edit (requires bot flag)
sectionNoSection to edit ('new' for new section, number for existing)

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