Skip to main content
Glama

Mercado Financeiro BR

mercado_currency

Read-onlyIdempotent

Taxa de câmbio oficial de fechamento contra o real (compra e venda), para USD, EUR, GBP, JPY, CHF, CAD, AUD, DKK, NOK e SEK. Em fim de semana ou feriado devolve o último boletim publicado.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pairsYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4/5.0
Behavior4/5

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

The description adds behavior beyond the annotations: it returns both buy and sell rates, covers specific currencies, and on weekends/holidays returns the last published bulletin. This enriches the readOnly and idempotent hints already present in annotations.

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

Conciseness5/5

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

The description is two sentences, concise and front-loaded with the core purpose. It includes essential details without unnecessary filler.

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?

The description covers the tool's purpose, currency scope, and fallback behavior, but leaves the input parameter format ambiguous. Without output schema or parameter guidance, an agent may struggle to invoke it correctly, though the tool's simplicity keeps it at a minimally viable level.

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 'pairs' parameter is not explained at all. The description lists supported currencies but does not specify the expected format (e.g., 'USD-BRL' vs 'USD' vs 'BRL-USD') or provide examples. With schema description coverage at 0%, the description fails to compensate for this gap.

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

Purpose5/5

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

The description clearly states it provides official closing exchange rates against the Brazilian real (BRL) for a specific list of currencies (USD, EUR, GBP, etc.), with buy and sell rates. This specific verb+resource+scope distinguishes it from siblings like mercado_crypto and mercado_quote.

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

Usage Guidelines4/5

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

The description gives clear context: this tool is for FX rates against the real, and it notes weekend/holiday fallback behavior. However, it does not explicitly mention alternative tools (e.g., mercado_crypto for crypto) or when not to use this tool.

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.