Coingecko Get Token Info
coingecko_getTokenInfoFetch token details (description, links, market data) from CoinGecko to provide off-chain advisory context.
Instructions
Get detailed token information from CoinGecko (description, links, market data). SAP MCP context: Protocol coingecko; operation class read. Use for off-chain market data such as token prices, trending assets, token info, pools, and OHLCV. Use market data as advisory context. On-chain SAP settlement and escrow state remain authoritative for payments.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tokenId | Yes | CoinGecko token ID |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| content | Yes | MCP content blocks returned to the caller. | |
| isError | No | True when the tool result represents an application-level error. |