Skip to main content
Glama

Minecraft Wiki MCP

MinecraftWiki_listCategoryMembers

Easily retrieve all pages within a specific category on the Minecraft Wiki, such as 'Items', 'Blocks', or 'Entities', with customizable limits for efficient browsing.

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