Skip to main content
Glama

Grove's MCP Server for Pocket Network

get_token_metadata

Retrieve token metadata including name, symbol, decimals, and total supply for any blockchain token using contract address and network parameters.

Instructions

Get token metadata (name, symbol, decimals, total supply)

Input Schema

NameRequiredDescriptionDefault
blockchainYesBlockchain name
networkNoNetwork type (defaults to mainnet)
tokenAddressYesToken contract address

Input Schema (JSON Schema)

{ "properties": { "blockchain": { "description": "Blockchain name", "type": "string" }, "network": { "description": "Network type (defaults to mainnet)", "enum": [ "mainnet", "testnet" ], "type": "string" }, "tokenAddress": { "description": "Token contract address", "type": "string" } }, "required": [ "blockchain", "tokenAddress" ], "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/buildwithgrove/mcp-pocket'

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