Skip to main content
Glama

ethereum-tools

by 0xGval

getTokenInfo

Retrieve detailed Ethereum token information by inputting the contract address and network ID. Analyze token metadata, balances, and on-chain data for blockchain insights.

Input Schema

NameRequiredDescriptionDefault
addressYes
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" }, "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