MinecraftWiki_getPageSection
Retrieve a specific section from a Minecraft Wiki page by providing the page title and section index number to access detailed information.
Instructions
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.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | Title of the Minecraft Wiki page | |
| sectionIndex | Yes | Index of the section to retrieve (0 = main, 1 = first section, 2 = second section, etc.) |