MinecraftWiki_getCategoriesForPage
Retrieve categories linked to a specific Minecraft Wiki page to organize and navigate content efficiently using the Minecraft Wiki MCP server.
Instructions
Get categories associated with a specific page.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
title | Yes | Title of the Minecraft Wiki page |
Input Schema (JSON Schema)
{
"properties": {
"title": {
"description": "Title of the Minecraft Wiki page",
"type": "string"
}
},
"required": [
"title"
],
"type": "object"
}