get_token_summary
Generate AI-powered summaries for Ethereum tokens by providing the token address to analyze token details and characteristics.
Instructions
Get AI-generated summary for a specific token
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| token_address | Yes | The token address hash to get summary for |
Input Schema (JSON Schema)
{
"properties": {
"token_address": {
"description": "The token address hash to get summary for",
"type": "string"
}
},
"required": [
"token_address"
],
"type": "object"
}