Skip to main content
Glama
regaing

devbelt-mcp

by regaing

text_pinyin

Convert Chinese characters to pinyin, selecting between standard pinyin, tone-marked pinyin, or initials. Specify a separator for customized output.

Instructions

汉字转拼音。output=pinyin 返回拼音;tone 带声调;initial 仅声母/首字母

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
textYes
outputNopinyin
separatorNo拼音之间的分隔符
Behavior3/5

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

With no annotations, the description carries the full burden and it does explain the main output behaviors (pinyin, tone, initial). However, it does not disclose edge-case behavior (e.g., non-Chinese characters), the return format, or how the separator is applied beyond the schema description.

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 extremely concise and front-loaded with the primary action, followed by a compact explanation of output modes. Every phrase carries meaning and there is no filler.

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 simple transliteration tool, the combination of description and input schema covers the essential behavior: the input text, the three output modes, and the separator. It could be more explicit about return formatting or edge cases, but the tool's complexity is low enough that this is not a critical gap.

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 description coverage is only 33%, but the description compensates by explaining the meaning of each output enum value (pinyin/tone/initial). The text parameter is self-evident and the separator already has a schema description, so the description adds sufficient value for the key parameters.

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 opens with a specific verb and resource ('汉字转拼音' – convert Chinese characters to pinyin), which clearly identifies the tool's function. The output modes further disambiguate it from sibling text-processing tools, making the purpose unmistakable.

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 description implies the tool is for converting Chinese characters to pinyin but gives no explicit guidance on when to prefer it over sibling text tools or when not to use it. No alternatives or exclusions are mentioned; the usage context is inferred from the purpose statement.

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/regaing/devbelt-mcp'

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