readNFT
Get NFT Info
get_nft_infoFetch info and metadata for an NFT on Celo — supports ERC-721 and ERC-1155. Resolves tokenURI and parses metadata when available.
§ Inputs
| Name | Type | Description |
|---|---|---|
contractRequired | 0x… address | NFT contract address. |
token_idRequired | string | Token ID. |
standard | erc721 | erc1155 | Token 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.