convert_currency
Convert any monetary amount from one currency to another. Provide the amount and both currency codes to get the converted result.
Instructions
Convert amount from one currency to another.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| amount | Yes | ||
| to_currency | Yes | ||
| from_currency | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |