Skip to main content
Glama

agentek-eth

by NaniDAO

getCoin

Fetch detailed metadata for any cryptocurrency, including name, symbol, total supply, image, and associated pools, by providing its coin symbol on the Ethereum-focused MCP server.

Instructions

Given a coin symbol, fetch the metadata about a coin (name, symbol, total supply, image, pools).

Input Schema

NameRequiredDescriptionDefault
symbolYes

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "symbol": { "type": "string" } }, "required": [ "symbol" ], "type": "object" }
Install Server

Other Tools from agentek-eth

Related Tools

    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/NaniDAO/agentek'

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