Skip to main content
Glama

clasificar-tema

Clasifica un texto por tema (zero-shot, embeddings). input: {texto, categorias?}. [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

C2.9/5.0
Behavior3/5

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

With no annotations, the description carries the full burden. It usefully discloses that classification is zero-shot via embeddings and, importantly, that invocation is paid (0.03 USDC on Base via x402), which an agent needs before calling. It says nothing about output format, latency, or failure modes.

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?

Very compact and front-loaded: purpose first, then input shape, then the pricing tag. Nothing is padded, though the input-shape fragment is too terse to be unambiguous.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

No output schema exists, so the description should explain what a classification returns (labels, scores, top-k), but it does not. It also leaves the input contract contradictory rather than resolved, so an agent lacks what it needs to call and interpret the tool reliably.

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

Parameters2/5

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

The schema declares a single string parameter described only as 'service input', yet the description claims the input is an object {texto, categorias?}. That is a shape conflict rather than added clarity, and the optional 'categorias' is not reflected in the schema at all, which could mislead an agent about how to call the tool.

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 ('Clasifica un texto por tema') and adds the method (zero-shot, embeddings), so the agent knows this is a zero-shot topic classifier. However it offers no differentiation from near-identical siblings such as topic-classify, classify-topic, or clasificar-texto.

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, no conditions, and no named alternative among the many sibling classifiers. The only extra context is pricing, which is not usage guidance.

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