Skip to main content
Glama

Wizzypedia MCP Server

by cryppadotta

update_page

Modify and update existing wiki pages on Wizzypedia by providing a title, new content, and optional edit summary through the MCP-enabled Wizzypedia 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" }

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