Skip to main content
Glama

clasificar-sentimiento

Análisis de sentimiento local (positivo/negativo/neutral). input: {texto}. [x402: 0.03 USDC on Base, pay-per-use]

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
inputYesservice input

Schema Changelog

Changes observed during successful MCP inspections.

  1. Added

TDQS

B3.2/5.0
Behavior3/5

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

No annotations are provided, so the description carries the full burden. It does add genuine behavioral context that structured fields lack: local execution and a pay-per-use x402 charge of 0.03 USDC on Base. However, it omits anything about latency, limits, failure behavior, or whether the payment is settled per call.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Three compact segments — purpose, input shape, pricing — with the purpose front-loaded and no filler. The bracket notation for pricing is slightly telegraphic but readable.

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?

With no output schema, the description usefully names the three output classes, and it discloses the x402 cost an agent must budget for. For a single-parameter classifier this is close to complete; only language handling and error behavior are unaddressed.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 100% and there is a single 'input' parameter, so the schema already documents the contract. The description's 'input: {texto}' merely restates that the field takes text, adding no format, length, or language guidance beyond the schema.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

States a specific verb+resource ('Análisis de sentimiento') and enumerates the output space (positivo/negativo/neutral), so an agent knows exactly what it produces. The 'local' qualifier hints at differentiation from the sibling 'sentiment', but the relationship to that sibling is never made explicit.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

No when-to-use guidance and no routing against the many overlapping siblings (sentiment, clasificar-texto, clasificar-tema, classify-topic). The only contextual note is the payment model, which is about cost, not selection.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources