Wizzypedia MCP Server

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

ID: 7c95htip2c