Skip to main content
Glama
COOLFEATHER

LLM Wiki MCP Server

by COOLFEATHER

read_wiki

Retrieve the complete text of a Wiki page, including frontmatter, by specifying its title. Provides direct access to full page content stored in the knowledge base.

Instructions

读取一个 Wiki 页全文(含 frontmatter)。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pageYes页面标题(空格自动转下划线)

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

With no annotations, the description carries the full burden. It discloses that the tool returns full text including frontmatter, which is useful behavioral detail, but does not mention error handling, output format, or side effects. Reading inherently implies non-destructive behavior, but this is not explicitly stated.

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?

The description is a single sentence, directly states the action and scope, and contains no redundant information. It is both concise and front-loaded.

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?

For a single-parameter read tool with an output schema, the description sufficiently conveys the scope of the operation. It includes the important detail about frontmatter, and the output schema presumably covers return structure. Slight lack of usage guidance and error behavior, but these are not critical for this simple tool.

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

Parameters3/5

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

The schema covers 100% of parameters with a clear description of the 'page' parameter, including automatic underscore conversion. The tool description adds no additional meaning beyond the schema, so the baseline of 3 is appropriate.

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?

The description clearly states the tool reads a full Wiki page including frontmatter, with a specific verb and resource. It distinguishes itself from siblings like write_wiki, query, rebuild_index, and ingest.

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

Usage Guidelines3/5

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

The purpose of reading a page is implied when full content is needed, but no explicit guidance is given about when to use this tool versus query for searching or write_wiki for editing. No alternatives or exclusions are mentioned.

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/COOLFEATHER/LLMwiki_mcp'

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