get_block_summary
Generate AI-powered summaries for Ethereum blocks to quickly understand block contents and activities without manual analysis.
Instructions
Get AI-generated summary for a specific block
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| block_number | Yes | The block number to get summary for |
Input Schema (JSON Schema)
{
"properties": {
"block_number": {
"description": "The block number to get summary for",
"type": "string"
}
},
"required": [
"block_number"
],
"type": "object"
}