Skip to main content
Glama

Minecraft Wiki MCP

MinecraftWiki_listCategoryMembers

Retrieve pages within a specific Minecraft Wiki category, such as 'Items' or 'Blocks', with customizable limits for precise search results.

Instructions

List all pages that are members of a specific category on the Minecraft Wiki.

Input Schema

NameRequiredDescriptionDefault
categoryYesThe name of the category to list members from (e.g., 'Items', 'Blocks', 'Entities', 'Structure Blueprints').
limitNoThe maximum number of pages to return (default: 100, max: 500).

Input Schema (JSON Schema)

{ "properties": { "category": { "description": "The name of the category to list members from (e.g., 'Items', 'Blocks', 'Entities', 'Structure Blueprints').", "type": "string" }, "limit": { "description": "The maximum number of pages to return (default: 100, max: 500).", "type": "number" } }, "required": [ "category" ], "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