Skip to main content
Glama

Wizzypedia MCP Server

by cryppadotta

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

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/cryppadotta/mcp-wizzypedia'

If you have feedback or need assistance with the MCP directory API, please join our Discord server