Celina/Tools/NFT/get-nft-info
readNFT

Get NFT Info

get_nft_info

Fetch info and metadata for an NFT on Celo — supports ERC-721 and ERC-1155. Resolves tokenURI and parses metadata when available.

§ Inputs

NameTypeDescription
contractRequired0x… addressNFT contract address.
token_idRequiredstringToken ID.
standarderc721 | erc1155Token standard. Auto-detected when omitted.

§ Returns

{ contract, tokenId, owner?, tokenURI, metadata }

§ Try saying

  • Show me NFT #42 from contract 0x…

Use this tool

Once Celina is wired into your MCP client, just ask in plain language. The LLM picks get_nft_info automatically.