convert_currency_latest
Convert currency amounts between different codes using up-to-date exchange rates via the FrankfurterMCP server.
Instructions
Converts an amount from one currency to another using the latest exchange rates.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
amount | Yes | The amount in the source currency to convert. | |
from_currency | Yes | The source currency code. | |
to_currency | Yes | The target currency code. |