tool_currency
Convert currency amounts between any two currencies and get the exchange rate.
Instructions
[utility] Currency
Parameters:
amount (number): Amount
from (string): From
to (string): To
Outputs:
converted (number): Converted
rate (number): Rate
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | No | To | |
| from | No | From | |
| rate | No | Rate | |
| amount | No | Amount | |
| converted | No | Converted |