Minecraft Wiki MCP

MinecraftWiki_getSectionsInPage

Extracts section titles from Minecraft Wiki pages to provide structured overviews, ideal for quick navigation and reference.

Instructions

Retrieves an overview of all sections in the page.

Input Schema

NameRequiredDescriptionDefault
titleYesTitle of the page to retrieve sections for.

Input Schema (JSON Schema)

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