lookup_exchange
ActiveTool of GoCreative Agent API
declared in 1.27.1
Get a live FX rate from base→target (3-letter ISO currency codes). Use for pricing localization, accounting, or finance agents. Example call: {"base": "USD", "target": "EUR"} Cost: $0.005–$0.05 USDC on Base per call.
Parameters schema
{
"type": "object",
"title": "lookup_exchangeArguments",
"required": [
"base",
"target"
],
"properties": {
"base": {
"type": "string",
"title": "Base"
},
"target": {
"type": "string",
"title": "Target"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
GoCreative Agent API
1/7 registries