Minecraft Wiki MCP

MinecraftWiki_getPageSummary

Retrieve a summary and section list for a Minecraft Wiki page to identify specific sections for detailed querying using getPageSection. Simplifies precise information extraction from the Minecraft Wiki.

Instructions

Step 2 of the recommended workflow: After finding a page through search, use this to get both the page summary AND a list of all available sections. This helps determine which specific section to retrieve next using getPageSection.

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