forex_rates
Get MUR exchange rates from Bank of Mauritius. Costs $0.001 USDC via x402.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| currency | No | Optional ISO currency code (e.g. USD, EUR). Omit for all rates. |
Get MUR exchange rates from Bank of Mauritius. Costs $0.001 USDC via x402.
| Name | Required | Description | Default |
|---|---|---|---|
| currency | No | Optional ISO currency code (e.g. USD, EUR). Omit for all rates. |
Changes observed during successful MCP inspections. Dates show when Glama detected each change.
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description carries the burden of behavioral disclosure. It explicitly mentions a cost of $0.001 USDC via x402, which is a significant behavioral trait. It also indicates a read-only action via "Get," but omits details about rate limits, response behavior, or authentication requirements.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is extremely concise, consisting of two short sentences. It front-loads the core action and resource, and every word earns its place. No unnecessary elaboration.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a simple tool with one optional parameter and no output schema, the description is adequate but leaves the return format unstated. It does not explain what the exchange rates represent (e.g., base currency reference) nor how many results to expect, which would be helpful given the paid nature.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The schema fully documents the single optional parameter with 100% coverage. The description does not add any additional meaning beyond the schema, so it stays at the baseline for high schema coverage.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description uses a specific verb ("Get") and identifies an exact resource ("MUR exchange rates from Bank of Mauritius"). This clearly distinguishes it from sibling tools, none of which directly provide exchange rates.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description implies usage: if you need MUR exchange rates from Bank of Mauritius, use this tool. However, it provides no explicit guidance about when to use this versus alternative tools, nor any exclusions or alternative recommendations.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.