convert_currency_latest
Convert an amount from one currency to another using up-to-date exchange rates via the FrankfurterMCP server. Input the amount, source, and target currency codes for accurate results.
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. |