Browse the official Minecraft Wiki effortlessly. Search for structures, entities, items, and blocks, and access detailed content with ease. Enjoy multi-language support to explore the wiki in your preferred language.
Tools
MinecraftWiki_searchWiki
Search the Minecraft Wiki for a specific structure, entity, item or block. NOTE: Only use for basic search terms like item/block/structure/entity names - complex queries (like 'loot table of X' or 'how to craft Y') will not work. For best results: 1. Search for the basic entity/structure/etc name first, 2. Then use getPageSummary to see available sections, 3. Finally use getPageSection to get specific section content.
MinecraftWiki_getPageSummary
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.
MinecraftWiki_getSectionsInPage
Retrieves an overview of all sections in the page.
MinecraftWiki_getPageSection
Get a specific section from a Minecraft Wiki page. Should be used as step 3 after searching for the page and getting its summary. The section index corresponds to the order of sections on the page, starting with 0 for the main content, 1 for the first section, 2 for the second section, etc.
MinecraftWiki_getPageContent
Get the raw wikitext content of a specific Minecraft Wiki page.
MinecraftWiki_resolveRedirect
Resolve a redirect and return the title of the target page.