lookup_coingecko
ActiveTool of GoCreative Agent API
declared in 1.27.1
Detailed CoinGecko metadata for a coin (price, mcap, volume, links, dev activity). Use for crypto-research agents. Example call: {"coin_id": "bitcoin"} Cost: $0.005–$0.05 USDC on Base per call.
Parameters schema
{
"type": "object",
"title": "lookup_coingeckoArguments",
"required": [
"coin_id"
],
"properties": {
"coin_id": {
"type": "string",
"title": "Coin Id"
}
}
}Parent server
GoCreative Agent API
1/7 registries