Skip to main content
Glama
rice-awa

Minecraft Wiki MCP Server

by rice-awa

get_page

Retrieve Minecraft Wiki page content by page name. Choose between wikitext for full template preservation or HTML for cleaned body text.

Instructions

获取 Minecraft 中文 Wiki 页面的内容。

根据页面名称获取 Wiki 页面的完整内容。

格式选择:

  • wikitext(默认):Wiki 原始标记语言,{{Template}} 完整保留,信息最全。

  • html:清洗后的正文 HTML。仅当 wikitext 中某个模板语法确实无法理解时才使用。

wikitext 中遇到不认识的 {{Template}} 时,可用 search_wiki 传 namespaces=[10] 去模板命名空间搜索该模板的文档。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
formatNo**非必要不要传此参数,默认 wikitext 就是最好的。** wikitext 完全保留模板语义;html 仅在 wikitext 模板确实无法理解时使用wikitext
pageNameYes页面名称,支持中文。例如 '钻石'、'工作台'、'命令'
useCacheNo是否使用缓存,默认 true
includeMetadataNo是否包含元数据,默认 true

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

No annotations provided, so description carries full burden. It explains format selection and cache behavior (via useCache in schema), but does not mention potential errors, permissions, or output structure. Output schema exists, so return format is covered.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Description is well-structured: starts with purpose, then format details and alternative tool. Every sentence adds value; no redundancy.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given 4 parameters (1 required) and an output schema, description covers core functionality well. However, does not mention useCache or includeMetadata parameters (though schema covers them) and could briefly note caching behavior. Overall complete for content retrieval.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 100%, but description adds value by reinforcing format guidance ('非必要不要传此参数') and explaining wikitext vs html. For pageName, it confirms Chinese language support, consistent with schema.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

Description clearly states verb '获取' and resource 'Minecraft 中文 Wiki 页面的内容', specifying exactly what the tool retrieves. It distinguishes from sibling tools like check_page_exists (existence check) and search_wiki (searching).

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Explicitly guides when to use wikitext vs html format, and advises using search_wiki for template documentation. Provides clear context for tool selection.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/rice-awa/mc-wiki-mcp-pypi'

If you have feedback or need assistance with the MCP directory API, please join our Discord server