x402-sentiment-fast
Sentiment Fast: Fast sentiment analysis of text.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | No | Text to process |
Sentiment Fast: Fast sentiment analysis of text.
| Name | Required | Description | Default |
|---|---|---|---|
| text | No | Text 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?
With no annotations, the description carries the full behavioral burden and fails it: no output shape (label vs. numeric polarity), no range/scale, no auth or rate-limit notes. Only the implicit speed claim adds anything beyond the name.
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 short, front-loaded sentence with no padding. It loses a point only because half the sentence is a redundant echo of the tool name rather than new information.
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?
For a sentiment tool with no output schema and no annotations, the description should at least hint at what comes back (a label, a polarity score, a magnitude). It says nothing about the result, leaving the agent unable to interpret or compare against sibling sentiment tools.
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?
Single 'text' parameter with 100% schema description coverage, so the baseline of 3 applies. The description adds no format, length, or language constraints beyond what the schema already documents.
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?
Names a recognizable verb+resource ('sentiment analysis of text'), so an agent can tell what it does. But the leading 'Sentiment Fast:' mostly restates the tool name/title, and nothing distinguishes it from siblings x402-sentiment, x402-sentiment-polarity, and x402-sentiment-score.
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 when-to-use statement and no routing to alternatives, despite four near-identical sentiment siblings. The word 'Fast' implies a latency-optimized variant but never says so explicitly or frames it as the selection criterion.
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.