Get Block
get_blockFetch a Celo mainnet block by number, by hash, or pass 'latest' to get the head block. Optionally include full transaction objects.
§ Inputs
| Name | Type | Description |
|---|---|---|
block_idRequired | string | block id |
include_transactions | boolean | include transactions |
§ 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.