Skip to main content
Glama
TwinWrite

xiaofenshen-mcp-server

by TwinWrite

get_product_docs

Retrieve Xiaofenshen public help docs. Omit slug to get /llms.txt index; provide slug for corresponding Markdown.

Instructions

读取小分身公开帮助文档。不传 slug 返回 /llms.txt 索引;传 slug 返回对应 Markdown。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
slugNo文档 slug。省略则返回 /llms.txt 索引
Behavior4/5

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

With no annotations, the description must carry the full burden. It explicitly states the tool is for reading public docs (implying read-only, no auth), and it discloses the two possible return behaviors. It doesn't detail error cases or edge limits, but for a simple public-read tool this is reasonably transparent.

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, well-structured sentence that front-loads the core purpose and then clarifies the conditional behavior. Every word earns its place with no redundancy or filler.

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

Completeness5/5

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

For a tool with one optional parameter and no output schema, the description is fully sufficient. It explains both invocation modes and their return types. There are no hidden behaviors or missing context that would confuse an agent.

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 already describes the slug parameter fully (including that omitting it returns the index). The tool description restates the same behavioral condition, adding no new meaning beyond the schema. Since schema coverage is 100%, the baseline of 3 applies.

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 public help documentation for '小分身' (specific verb+resource). It distinguishes two modes based on the optional slug parameter, which is specific and differentiates it from sibling tools like read_public_share and list_image_prompt_templates.

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

Usage Guidelines4/5

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

The description provides clear conditional context: omitting slug returns the /llms.txt index, while providing slug returns the corresponding Markdown. It does not explicitly mention alternatives or exclusions, but the scope is well-defined enough for an agent to infer when to use this tool.

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/TwinWrite/xiaofenshen-mcp-server'

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