get_quote
Retrieve a specific Wise quote by its ID to access its exchange rate and fee details.
Instructions
Get an existing quote by ID
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| quoteId | Yes | Quote ID |
Retrieve a specific Wise quote by its ID to access its exchange rate and fee details.
Get an existing quote by ID
| Name | Required | Description | Default |
|---|---|---|---|
| quoteId | Yes | Quote ID |
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint=true and destructiveHint=false, so the safety profile is known. The description adds no additional behavioral context beyond 'existing', with no mention of response format, errors, or other side effects.
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?
Six-word single sentence, entirely front-loaded, with zero waste. Every word earns its place.
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 one-parameter retrieval with good read-only annotations and no output schema, the description is sufficient. It tells exactly what the tool does and how to invoke it, leaving no critical gaps.
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?
Schema covers the single parameter with 100% description coverage. The description merely restates 'by ID' without adding format, constraints, or relationship to other parameters, so it adds no semantic value beyond the schema.
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'), names the resource ('quote'), and specifies scope ('existing', 'by ID'), clearly distinguishing it from create_quote or get_temporary_quote. It leaves no ambiguity about what the tool does.
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?
Provides clear context: retrieve an existing quote using its ID. However, it does not explicitly name alternatives like get_temporary_quote or state when not to use this tool, so it lacks explicit exclusions.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Szotasz/wise-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server