Skip to main content
Glama
currencytransfer

CurrencyTransfer MCP Server

Official

create_trade

Books a trade by providing a broker quotation UUID and agreeing to terms. Quotes expire after 15 seconds, so refresh if needed.

Instructions

Books a trade using a broker quotation UUID. The client must agree to terms. Broker quotations expire after 15 seconds — use refresh_quote if needed.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
broker_quotation_uuidYesUUID of the broker quotation to book
agree_to_termsYesMust be true — client agrees to terms and conditions
Behavior3/5

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

No annotations provided, so description carries full burden. It discloses expiration (15 seconds) and agreement requirement, but lacks post-conditions (e.g., what happens after booking: trade state, confirmation). This moderate disclosure earns a 3.

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 front-load the main action, with no wasted words. Every sentence serves a purpose: defining action and providing critical constraint (expiration + alternative).

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?

Given the tool's simplicity (two params, no output schema), the description covers preconditions and constraints well. It lacks details on return values or trade confirmation, but overall it's suitably complete for the complexity level.

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% with parameter descriptions. The description adds value by linking 'agree_to_terms' to the client agreement requirement and explaining the expiration context for the UUID, going beyond schema basics.

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 it books a trade using a broker quotation UUID, which is a specific verb+resource pair. It also distinguishes from sibling tool 'refresh_quote' by mentioning expiration and alternative action.

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

Usage Guidelines5/5

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

Provides explicit when-to-use context (book a trade) and an alternative tool ('refresh_quote') for expired quotations, meeting the criteria for high usage guidance.

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/currencytransfer/mcp-currencytransfer'

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