Minecraft Wiki MCP

MinecraftWiki_getCategoriesForPage

Retrieve categories linked to a specific Minecraft Wiki page by entering the page title. Simplify page categorization for organized Minecraft-related queries.

Instructions

Get categories associated with a specific page.

Input Schema

NameRequiredDescriptionDefault
titleYesTitle of the Minecraft Wiki page

Input Schema (JSON Schema)

{ "properties": { "title": { "description": "Title of the Minecraft Wiki page", "type": "string" } }, "required": [ "title" ], "type": "object" }
ID: 1k5w2rdbct