Skip to main content
Glama
nziacbdc

movmint-fx-mcp

by nziacbdc

get_fx_quote

Get a live FX quote for a currency pair and amount, returning a temporary quote ID to execute the trade.

Instructions

Generate an FX quote for a currency pair and amount. Returns a quote_id valid for ~30 seconds that can be captured to execute the trade.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
from_currencyYesSource currency code, e.g. "BSD" or "USD"
to_currencyYesTarget currency code, e.g. "USDC" or "EUR"
amountYesAmount to convert in from_currency
funding_methodNoFunding method — defaults to IMMEDIATEIMMEDIATE
tx_configurationYesSource/target payment configuration and reference ID. Required by the API.
participantsNoKYC participants. Must include at least one ULTIMATE_ORIGINATOR and one ULTIMATE_BENEFICIARY for compliance.
Behavior3/5

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

Without annotations, the description carries full burden. It discloses the 30-second validity period, but omits other behavioral traits such as side effects, required permissions, rate limits, or what happens if the quote expires.

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?

Two sentences containing essential information without redundancy. Key details are front-loaded.

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?

Given the complexity (6 parameters, nested objects, no output schema), the description is too brief. It does not explain the return structure beyond a quote_id, nor does it guide on using tx_configuration or participants fields.

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?

The input schema has 100% description coverage, so the tool description adds no additional meaning beyond the schema. Baseline 3 is appropriate.

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?

Description clearly states verb 'Generate', resource 'FX quote', and scope 'currency pair and amount'. It also mentions the returned quote_id with a 30-second validity and its use in execution, effectively distinguishing from the sibling tool 'capture_fx_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 implies a sequential workflow (get quote then capture) via the phrase 'can be captured to execute the trade', but does not explicitly state when to use this tool versus alternatives or provide preconditions or exclusions.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/nziacbdc/fx-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server