currency_convert
Convert an amount between two currencies using ISO 4217 codes. Defaults to AED to USD; no API key required.
Instructions
Convert an amount between two currencies (defaults AED to USD, no key).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| amount | Yes | Amount to convert. Must be >= 0. | |
| to_currency | No | Target ISO 4217 currency code. Case-insensitive. | USD |
| from_currency | No | Source ISO 4217 currency code. Case-insensitive. | AED |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||