get_smart_contract_summary
Generate AI-powered summaries for Ethereum smart contracts by providing the contract address to understand contract functionality and purpose.
Instructions
Get AI-generated summary for a specific smart contract
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| address | Yes | The smart contract address to get summary for |
Input Schema (JSON Schema)
{
"properties": {
"address": {
"description": "The smart contract address to get summary for",
"type": "string"
}
},
"required": [
"address"
],
"type": "object"
}