currency-intel__convert_currency
ActiveTool of TO1 Intelligence Fleet
declared in 1.0.0
[currency-intel] Convert an amount between currencies using today's exchange rate. Supports all major world currencies by code (USD, EUR, JPY) or name (dollar, euro). Convert to multiple currencies at once.
Parameters schema
{
"type": "object",
"required": [
"from",
"to"
],
"properties": {
"to": {
"type": "array",
"items": {
"type": "string"
},
"description": "Target currencies (e.g. ['EUR', 'JPY', 'GBP']). Up to 10."
},
"from": {
"type": "string",
"description": "Source currency code (e.g. 'USD', 'EUR') or name (e.g. 'dollar', 'pound')"
},
"amount": {
"type": "number",
"description": "Amount to convert (default 1)"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
TO1 Intelligence Fleet
1/7 registries