test
) with a deployable, callable MCP server. Rooms automatically close if inactive.Tool | Short Description |
---|---|
MinecraftWiki_getCategoriesForPage | Get categories associated with a specific page. |
MinecraftWiki_getPageContent | Get the raw wikitext content of a specific Minecraft Wiki page. |
MinecraftWiki_getPageSection | Get a specific section from a Minecraft Wiki page. |
MinecraftWiki_getPageSummary | After searching, get the page summary and a list of all available sections. |
MinecraftWiki_getSectionsInPage | Get an overview of all sections in the page. |
MinecraftWiki_listAllCategories | List all categories in the Minecraft Wiki. |
MinecraftWiki_listCategoryMembers | List all pages in a specific category. |
MinecraftWiki_resolveRedirect | Resolve a redirect and return the target page title. |
MinecraftWiki_searchWiki | Search for a specific structure, entity, item, or block. |
Parameter | Type | Description |
---|---|---|
title | string | Title of the Minecraft Wiki page |
Parameter | Type | Description |
---|---|---|
title | string | Title of the Minecraft Wiki page to retrieve content for |
Parameter | Type | Description |
---|---|---|
sectionIndex | number | Index of the section to retrieve (0 = main, 1 = first, etc.) |
title | string | Title of the Minecraft Wiki page |
Parameter | Type | Description |
---|---|---|
title | string | Title of the Minecraft Wiki page |
Parameter | Type | Description |
---|---|---|
title | string | Title of the page to obtain sections for |
Parameter | Type | Description |
---|---|---|
limit | number | Optional: Max number of categories (default: 10, max: 500) |
prefix | string | Optional: Filters categories by prefix |
Parameter | Type | Description |
---|---|---|
category | string | Name of the category (e.g. ‘Items’, ‘Blocks’, …) |
limit | number | Optional: Max number of pages (default: 100, max: 500) |
Parameter | Type | Description |
---|---|---|
title | string | Title of the page to resolve |
Parameter | Type | Description |
---|---|---|
query | string | Term to search for (item/block/entity name) |