x402-ai-rewrite
AI Rewrite: Rewrite in any tone: professional, casual, concise.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | No | Text to process | |
| tone | No | Tone to process |
AI Rewrite: Rewrite in any tone: professional, casual, concise.
| Name | Required | Description | Default |
|---|---|---|---|
| text | No | Text to process | |
| tone | No | Tone to process |
Changes observed during successful MCP inspections.
Input schema / properties / textAdded value: +{
+ "description": "Text to process",
+ "type": "string"
+}Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description carries the full disclosure burden, and it only states the transformation. It says nothing about permissions, rate limits, whether the rewrite preserves meaning/length, whether output replaces or supplements input, or what happens with an unrecognized tone.
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?
One sentence, front-loaded with the action and its key modifier, no filler beyond the slightly redundant 'AI Rewrite:' prefix. Nothing it says is wasted, though it is arguably under-specified rather than optimally concise.
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?
With no annotations, no output schema, and zero required parameters, the description leaves significant gaps: it never says what the response contains, whether 'tone' is optional or defaulted, or how an agent should behave if tone is omitted. For an LLM-backed transformation tool the agent needs more to invoke it confidently.
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?
The schema documents both parameters at 100% coverage but only as 'Text to process' and 'Tone to process', which is uninformative, and the tone parameter has no enum or default. The description supplies concrete tone examples (professional, casual, concise), materially adding meaning beyond the schema for the under-specified tone field.
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 gives a specific verb and resource ('Rewrite' text) plus a modifier ('in any tone'), which clearly separates it from sibling text tools like x402-summarize, x402-ai-translate, or x402-ai-grammar. It does not name or contrast with any sibling explicitly, but the stated operation is unambiguous.
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?
It conveys the general idea that the tool restyles existing text, but gives no when-to-use guidance, no conditions, and no pointer to alternatives among the large family of x402-ai-* rewriting/editing tools. Nothing helps an agent decide between this and ai-grammar, ai-summarize, or ai-tweet.
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.