Skip to main content
Glama
COOLFEATHER

LLM Wiki MCP Server

by COOLFEATHER

write_wiki

Create a new Wiki page with auto-generated frontmatter. Specify title, markdown body, optional tags, and page type to organize knowledge.

Instructions

新建一个 Wiki 页(自动生成 frontmatter)。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
bodyYesMarkdown 正文
tagsNo逗号分隔的标签
titleYes页面标题
page_typeNo页面类型(concept/entity/summary/index/contradiction)concept

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior2/5

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

With no annotations provided, the description carries the full burden for behavioral disclosure. It mentions auto-generating frontmatter but fails to reveal important behaviors such as overwrite semantics, what happens if a page already exists, or whether the index is rebuilt. This is a significant gap for a write operation.

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, concise sentence that immediately communicates the tool's purpose. It is appropriately sized and front-loaded with the core action.

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?

The tool is a simple create operation with a relatively small parameter set and an output schema. The description covers the essential purpose and a key behavioral detail (frontmatter generation). While it could mention overwrite behavior, the low complexity and rich schema make this generally sufficient.

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?

Schema description coverage is 100%, so every parameter (title, body, tags, page_type) is already documented. The description does not add any parameter-specific meaning beyond what the schema provides, so the baseline score 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 '新建一个 Wiki 页(自动生成 frontmatter)' clearly states the action (create) and resource (Wiki page), with a specific detail about frontmatter generation. It distinguishes from siblings like query and read_wiki which are read operations.

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?

Usage context is implied by the tool name and the nature of the write operation, but there is no explicit guidance about when to use this vs alternatives like read_wiki or ingest. No exclusions or prerequisites 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