Convert Currency
currency.exchange.convertConvert an amount from one currency to another using current exchange rates. Supports 160+ currencies and returns the conversion result.
Instructions
Convert amount between any two currencies — 160+ currencies supported. Returns conversion rate and result (ExchangeRate-API)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| from | Yes | Source currency code (e.g. "USD") | |
| to | Yes | Target currency code (e.g. "EUR") | |
| amount | No | Amount to convert (default 1) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | No | Tool response payload. Shape varies per tool — consult the tool description and inputSchema. May be an object, array, string, or number depending on the upstream provider response. | |
| error | No | Present only when the call failed. Includes error code, message, request_id, and any provider-specific extras. |