Transform
transformText Transforms: rot13/base32/morse/reverse (offline)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| q | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
transformText Transforms: rot13/base32/morse/reverse (offline)
| Name | Required | Description | Default |
|---|---|---|---|
| q | No |
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Changes observed during successful MCP inspections.
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description carries the full behavioral burden. It usefully discloses that the tool works offline and lists supported transforms, but it does not explain how the single q parameter selects an operation, whether one or multiple transforms are applied, or what the output shape is. This leaves invocation behavior ambiguous.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is compact and scannable, with concrete examples and the offline qualifier front-loaded. No filler words are present, though the brevity contributes to missing operational detail.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
An output schema exists, so return values need not be described, but the critical usage mechanism—how q selects a transform—is completely absent. Given the large list of sibling single-transform tools, this omission makes the description materially incomplete.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 0% and the description never mentions q. The examples imply that q is text to transform, but the description does not state the parameter's meaning, format, or how to request a specific transform.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description states a clear verb+resource: it performs text transforms, and it names four concrete formats (rot13, base32, morse, reverse). However, it does not differentiate itself from the sibling tools with those exact names, such as rot13, base32, morse, and reverse.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
There is no guidance about when to use this tool instead of the individual sibling transform tools. The only contextual hint is 'offline', which is not sufficient to choose among the many similarly named alternatives.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Add one secure layer between your agents and this server.