Skip to main content
Glama

FalaZuki Finance BR

convert_currency

Converte entre real (BRL), dólar (USD) e euro (EUR) com o câmbio comercial do dia (Banco Central) e mostra o custo real no cartão internacional: o IOF de câmbio vigente mais o spread típico. Parâmetros obrigatórios: amount, from, to. Use exatamente estes nomes, em inglês.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
toYesMoeda de destino
fromYesMoeda de origem
amountYesValor a converter, na moeda de origem

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.2/5.0
Behavior4/5

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

With no annotations provided, the description carries the full burden. It discloses the rate source (commercial exchange rate of the day from the Central Bank) and the additional cost components (IOF and typical spread), which is substantial behavioral context. It does not explicitly state it is read-only, but that is implied by its nature as a converter.

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 concise sentences. The first sentence states the action and key behavioral details, and the second clarifies mandatory parameters and naming. There is zero redundancy or filler, and the most important information is front-loaded.

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?

For a calculation tool with no output schema, the description adequately explains what it does and what it returns (the cost breakdown). It covers the core functionality and the rate source. It does not detail the exact return structure, but that is likely self-evident for a converter. The missing edge-case handling is minor.

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

Parameters4/5

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

Schema coverage is 100% and all three parameters have descriptions, so the baseline is 3. The description adds value by explicitly stating the parameters are mandatory and that names must be used exactly in English, which is not in the schema and prevents naming errors. This goes beyond the schema.

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 states a specific verb ('Converte') and resource (real, dollar, euro) and adds unique value by explaining it also shows the real international-card cost including IOF and spread. This clearly distinguishes it from simple currency converters and many calculate_* siblings that lack this added cost analysis.

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

Usage Guidelines3/5

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

The description implies when to use this tool (when conversion with international-card cost is needed) but does not explicitly mention alternatives or exclusions. It does not say 'use this instead of get_current_rates' or similar. The guidance is adequate but not explicit about when not to use it.

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