Minecraft Wiki MCP

MinecraftWiki_getPageContent

Retrieve the raw wikitext content of a specific Minecraft Wiki page by providing its title, enabling direct access to detailed game information.

Instructions

Get the raw wikitext content of a specific Minecraft Wiki page.

Input Schema

NameRequiredDescriptionDefault
titleYesTitle of the Minecraft Wiki page to retrieve the raw wikitext content for.

Input Schema (JSON Schema)

{ "properties": { "title": { "description": "Title of the Minecraft Wiki page to retrieve the raw wikitext content for.", "type": "string" } }, "required": [ "title" ], "type": "object" }
ID: 1k5w2rdbct