Skip to main content
Glama

agentek-eth

by NaniDAO

getNFTMetadata

Retrieve metadata for any NFT by providing its contract address, token ID, and chain ID. Ideal for Ethereum-based automation and crypto research.

Instructions

Gets metadata for an NFT token by contract address and token ID

Input Schema

NameRequiredDescriptionDefault
chainIdYesThe chain ID where the NFT exists
contractAddressYesThe NFT contract address
tokenIdYesThe token ID of the NFT

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "chainId": { "description": "The chain ID where the NFT exists", "type": "number" }, "contractAddress": { "description": "The NFT contract address", "type": "string" }, "tokenId": { "description": "The token ID of the NFT", "type": "string" } }, "required": [ "contractAddress", "tokenId", "chainId" ], "type": "object" }

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