Wizzypedia MCP Server

update_page

Modify existing Wizzypedia wiki pages by providing updated content and a title. Includes an optional edit summary for tracking changes through the MCP server.

Instructions

Update an existing wiki page

Input Schema

NameRequiredDescriptionDefault
contentYesNew wiki content for the page
summaryNoEdit summaryUpdated via MCP
titleYesTitle of the page to update

Input Schema (JSON Schema)

{ "properties": { "content": { "description": "New wiki content for the page", "type": "string" }, "summary": { "default": "Updated via MCP", "description": "Edit summary", "type": "string" }, "title": { "description": "Title of the page to update", "type": "string" } }, "required": [ "title", "content" ], "type": "object" }

You must be authenticated.

Other Tools from Wizzypedia MCP Server

Related Tools

ID: 7c95htip2c