Skip to main content
Glama

Adamik MCP Server

Official

getTokenDetails

Retrieve detailed information about a specific token by providing the chain ID and token ID using the Adamik MCP Server. Ideal for managing multi-chain token interactions and insights.

Instructions

Fetches information about a token

Input Schema

NameRequiredDescriptionDefault
chainIdYes
tokenIdYes

Input Schema (JSON Schema)

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

You must to connect to the server.

Other Tools from Adamik MCP Server

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/AdamikHQ/adamik-mcp-server'

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