get_transaction_summary
Generate AI-powered summaries for Ethereum transactions to quickly understand transaction details and activities on the blockchain.
Instructions
Get AI-generated summary for a specific transaction
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| transaction_hash | Yes | The transaction hash to get summary for |
Input Schema (JSON Schema)
{
"properties": {
"transaction_hash": {
"description": "The transaction hash to get summary for",
"type": "string"
}
},
"required": [
"transaction_hash"
],
"type": "object"
}