tool_convert_currency
Convert currency amounts using live exchange rates. Provide the amount and currency codes to get the conversion.
Instructions
Convert between currencies with live rates. No auth required.
Args: amount: Amount to convert from_currency: Source currency (e.g., "USD") to_currency: Target currency (e.g., "EUR")
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| amount | Yes | ||
| to_currency | Yes | ||
| from_currency | Yes |