Skip to main content
Glama

valor-consolidado

Convierte un monto entre monedas/cripto. input='100 USD a COP'. [x402: 0.02 USDC on Base, pay-per-use]

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
inputYesservice input

Schema Changelog

Changes observed during successful MCP inspections.

  1. Added
  2. Removed
  3. Added

TDQS

B3.2/5.0
Behavior3/5

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

No annotations provided, so the description carries the full burden. It does disclose a notable behavioral trait—pay-per-use pricing (0.02 USDC on Base via x402)—which is useful. However, it omits rate limits, exact currency/cripto support, whether rates are live, and error behavior.

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?

Two compact clauses, front-loaded with purpose, then an inline example, then payment info in brackets. Very efficient with no wasted words.

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

Completeness3/5

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

For a single-param conversion tool with no output schema, the description covers purpose, example format, and payment model, which is mostly adequate. But the lack of a return value description (what the output looks like) and the vague 'service input' schema leave gaps.

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% but the schema description is generic ('service input'). The description compensates with a format sample ('100 USD a COP'), which is the most valuable part since the schema gives no format. Still, syntax rules for the input string (delimiters, supported currencies) are not fully specified.

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 (convierte/converts) and resource (monto entre monedas/cripto), with a concrete input example. Sibling tools include fx, crypto-price, precio-cripto, market-data, but the description doesn't differentiate from these closely related conversion/price tools.

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 vs when-not guidance, no mention of alternatives like fx or crypto-price. The x402 payment note is pricing info, 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