get_latest_ethereum_block
Retrieve details of the most recent Ethereum block, including block number, using the Cryo MCP Server. Query blockchain data efficiently for analysis or integration.
Instructions
Get information about the latest Ethereum block
Returns:
Information about the latest block including block number
Input Schema
Name | Required | Description | Default |
---|---|---|---|
No arguments |
Input Schema (JSON Schema)
{
"properties": {},
"title": "get_latest_ethereum_blockArguments",
"type": "object"
}