Skip to main content
Glama

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" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/L3-N0X/Minecraft-Wiki-MCP'

If you have feedback or need assistance with the MCP directory API, please join our Discord server