Wizzypedia MCP Server

create_page

Generate and publish a new wiki page on Wizzypedia by specifying a title and content, with an optional edit summary, via the MCP server's structured interface.

Instructions

Create a new wiki page

Input Schema

NameRequiredDescriptionDefault
contentYesWiki content for the new page
summaryNoEdit summaryCreated via MCP
titleYesTitle of the new page

Input Schema (JSON Schema)

{ "properties": { "content": { "description": "Wiki content for the new page", "type": "string" }, "summary": { "default": "Created via MCP", "description": "Edit summary", "type": "string" }, "title": { "description": "Title of the new page", "type": "string" } }, "required": [ "title", "content" ], "type": "object" }

You must be authenticated.

Other Tools from Wizzypedia MCP Server

Related Tools

ID: 7c95htip2c