Skip to main content
Glama
kevynf

AKBridge MCP Server

by kevynf

currency_convert

Read-onlyIdempotent

Convert currency amounts using current exchange rates from CurrencyScoop. Provide base currency, target currency, and amount to receive the converted value.

Instructions

currencies data from currencyscoop.com https://currencyscoop.com/api-documentation :param base: The base currency you would like to use for your rates :type base: str :param to: The currency you would like to use for your rates :type to: str :param amount: The amount of base currency :type amount: str :param api_key: Account -> Account Details -> API KEY (use as password in external tools) :type api_key: str :return: Latest data of base currency :rtype: pandas.Series

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
toNoCNY
baseNoUSD
amountNo10000
api_keyNo
Behavior3/5

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

Annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false, so the safety profile is clear. The description adds some context by specifying the return type as pandas.Series and linking to external API docs, but it does not disclose other behavioral traits like data freshness, rate limits, or failure modes. Overall, it provides modest additional value beyond the annotations.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is well-organized with a title line, API documentation link, and structured parameter/return sections. It is not overly verbose, but the opening line 'currencies data from currencyscoop.com' is more of a title than a functional description, and the link could be integrated more efficiently. Overall, the structure is clear and reasonably concise.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

The tool has no output schema, so the description must explain return values, but it only says 'Latest data of base currency' with rtype pandas.Series, which is vague and does not clarify the conversion result. It also misses critical context like error handling, API key requirement implications, and the exact meaning of the returned data in relation to conversion. The description is incomplete for an agent to fully understand the tool's behavior.

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?

With 0% schema description coverage, the description carries the param documentation burden, and it does provide descriptions for all four parameters (base, to, amount, api_key). However, the descriptions are ambiguous (e.g., 'The currency you would like to use for your rates' for 'to') and do not specify currency code formats or clarify that amount should be a numeric string. It partially compensates for the schema gap but leaves room for misinterpretation.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose3/5

Does the description clearly state what the tool does and how it differs from similar tools?

The tool name 'currency_convert' and parameters (base, to, amount) suggest currency conversion, but the description only says 'currencies data from currencyscoop.com' without a clear verb or outcome. It fails to explicitly state that it converts an amount from one currency to another, leaving the exact purpose somewhat implied and not fully differentiated from sibling tools like currency_latest or currency_history.

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

Usage Guidelines2/5

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

No guidance is provided on when to use this tool versus alternatives such as currency_latest, currency_history, or forex_spot_em. The description lacks any context about typical use cases, prerequisites (e.g., API key), or exclusions, leaving the agent without direction on tool selection.

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/kevynf/akbridge'

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