Skip to main content
Glama

Wizzypedia MCP Server

by cryppadotta

get_page_history

Retrieve the revision history of a Wizzypedia page by specifying its title and optionally limiting the number of revisions returned.

Instructions

Get revision history of a page

Input Schema

NameRequiredDescriptionDefault
limitNoMaximum number of revisions to return (default: 10)
titleYesTitle of the page

Input Schema (JSON Schema)

{ "properties": { "limit": { "default": 10, "description": "Maximum number of revisions to return (default: 10)", "type": "number" }, "title": { "description": "Title of the page", "type": "string" } }, "required": [ "title" ], "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