Skip to main content
Glama

Currency Geo Convert

currency_geo_convert
Read-onlyIdempotent

Convert an amount to the local currency of a user's IP address for e-commerce checkout localization. Returns target currency, rate, and converted amount.

Instructions

Convert an amount from a given currency to the local currency of an IP address's location. Returns the detected target currency, exchange rate, and converted amount. Useful for e-commerce checkout localization. Supports IPv4 and IPv6.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
from_currencyYesSource currency code to convert from (e.g. 'USD', 'EUR', 'BTC').
ipYesIPv4 or IPv6 address of the user whose local currency to convert to.
amountNoAmount to convert. Must be a positive number. Defaults to 1.
updatesNoExchange rate update frequency: '1m' (default), '10m', '1h', or '1d'.1m
Behavior5/5

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

Annotations already declare readOnly, destructive, idempotent, openWorld hints. Description adds value by specifying what the tool returns (detected target currency, exchange rate, converted amount) and confirming IPv4/IPv6 support, which are not captured in annotations.

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?

Three sentences, front-loaded with the primary action. No redundant or extraneous information. Every sentence adds value.

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

Completeness5/5

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

Despite lacking an output schema, the description explains the return values (target currency, rate, converted amount) and mentions IPv4/IPv6 support. Combined with annotations, this provides sufficient context for effective tool usage.

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?

All 4 parameters have descriptions in the schema (100% coverage). The description adds overall context but does not provide additional semantic detail beyond what the schema already offers (e.g., format of currency codes, IP address validation). Baseline score 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 the action: convert an amount from a given currency to the local currency of an IP address's location. It distinguishes this tool from sibling currency converters by specifying the IP-based geolocation mechanism.

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?

Provides a concrete use case ('e-commerce checkout localization') and implies context for when to use this tool. Does not explicitly state when not to use or name alternatives, but the context is clear enough among siblings.

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/api-freaks/apifreaks-mcp'

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