readBlockchain
Get Block
get_blockFetch a Celo mainnet block by number, by hash, or pass 'latest' to get the head block.
§ Inputs
| Name | Type | Description |
|---|---|---|
blockIdRequired | number | hex | 'latest' | Block number, 0x-prefixed hash, or the literal 'latest'. |
§ Returns
Block object with hash, parentHash, timestamp, transactions, gas info.§ Try saying
- Show me block 30000000 on Celo.
Use this tool
Once Celina is wired into your MCP client, just ask in plain language. The LLM picks get_block automatically.