Tool tree
Coco Wallet — receive, send and save in digital dollars (USDC, USDT).
page: Every page
calculate_transferAction
Calculates how much the recipient gets when sending money via Coco Wallet, given an amount in USD and a route.
View tool JSON
{
"name": "calculate_transfer",
"kind": "act",
"impl": "imperative",
"description": "Calculates how much the recipient gets when sending money via Coco Wallet, given an amount in USD and a route.",
"inputSchema": {
"type": "object",
"properties": {
"amount": {
"type": "number",
"description": "Amount to send in USD"
},
"route": {
"type": "string",
"description": "Transfer route identifier",
"enum": [
"usa-to-colombia",
"usa-to-venezuela"
]
}
},
"required": [
"amount",
"route"
]
},
"page": "/"
}get_transfer_ratesAnswer
Returns the list of available Coco Wallet transfer routes with their exchange rates, fees, and delivery times.
View tool JSON
{
"name": "get_transfer_rates",
"kind": "answer",
"impl": "imperative",
"description": "Returns the list of available Coco Wallet transfer routes with their exchange rates, fees, and delivery times.",
"inputSchema": {
"type": "object",
"properties": {}
},
"page": "/"
}start_registrationAction
Starts the Coco Wallet sign-up flow by navigating the current page to the registration form.
View tool JSON
{
"name": "start_registration",
"kind": "act",
"impl": "imperative",
"description": "Starts the Coco Wallet sign-up flow by navigating the current page to the registration form.",
"inputSchema": {
"type": "object",
"properties": {}
},
"page": "/"
}