Skip to main content
Glama
regaing

devbelt-mcp

by regaing

text_jianfan

Convert Chinese text between Simplified and Traditional scripts. Set action to 'to_traditional' or 'to_simplified' to choose the conversion direction.

Instructions

简体/繁体互转。action=to_traditional 简体转繁体;to_simplified 繁体转简体

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
textYes
actionNoto_traditional
Behavior4/5

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

Without annotations, the description carries the full burden of disclosing behavior. It clearly explains the conversion directions, which is the core behavior. It doesn't mention edge cases like mixed text or unchanged characters, but for a simple text converter, the behavior is adequately 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 two short sentences that front-load the purpose and explain the key action parameter. Every word earns its place; there is no redundancy or unnecessary detail.

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 simple tool with two parameters and no output schema, the description covers the essential behavior and parameter semantics. It is complete for an agent to select and invoke the tool correctly without needing further details.

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?

The description adds significant meaning beyond the schema by explaining what each action enum value does (to_traditional/to_simplified). It implicitly indicates 'text' is the input to convert. Given 0% schema description coverage, this compensation is valuable, though it could be more explicit about the text parameter.

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 converts between Simplified and Traditional Chinese (简体/繁体互转). It specifies the exact actions and their directions, distinguishing it from sibling tools which focus on other text transformations.

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 context on when to use each action (to_traditional for Simplified-to-Traditional, to_simplified for the reverse), but does not explicitly mention alternatives or when not to use the tool. It gives sufficient guidance for selecting the correct action.

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