Skip to main content
Glama

ethereum-tools

by 0xGval

analyzeToken

Analyze Ethereum token performance by retrieving on-chain data for a specified address, network ID, and time period to evaluate trends and insights.

Input Schema

NameRequiredDescriptionDefault
addressYes
daysNoNumber of days to analyze
networkIdNoNetwork ID (1 for Ethereum, 101 for Solana)

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "address": { "minLength": 1, "type": "string" }, "days": { "default": 30, "description": "Number of days to analyze", "exclusiveMinimum": 0, "type": "integer" }, "networkId": { "default": 1, "description": "Network ID (1 for Ethereum, 101 for Solana)", "exclusiveMinimum": 0, "type": "integer" } }, "required": [ "address" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/0xGval/evm-mcp-tools'

If you have feedback or need assistance with the MCP directory API, please join our Discord server