Skip to main content
Glama

agentek-eth

by NaniDAO

getNFTMetadata

Retrieve detailed metadata for an NFT by specifying its contract address, token ID, and chain ID using this tool. Ideal for Ethereum-based automation and cryptocurrency 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" }

You must be authenticated.

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