MinecraftWiki_getPageContent
Retrieve raw wikitext content from the Minecraft Wiki for a specific page title to access detailed information directly.
Instructions
Get the raw wikitext content of a specific Minecraft Wiki page.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
title | Yes | Title of the Minecraft Wiki page to retrieve the raw wikitext content for. |
Input Schema (JSON Schema)
{
"properties": {
"title": {
"description": "Title of the Minecraft Wiki page to retrieve the raw wikitext content for.",
"type": "string"
}
},
"required": [
"title"
],
"type": "object"
}