Get NFT Balance
get_nft_balanceReturn the NFT balance of a wallet for a given contract — count for ERC-721 or per-token balance for ERC-1155.
§ Inputs
| Name | Type | Description |
|---|---|---|
contract_addressRequired | string | contract address |
address | string | Wallet on Celo mainnet. Omit to use the connected wallet or MCP CELO_PRIVATE_KEY signer. |
token_id | string | NFT token ID (decimal string) |
§ Returns
{ balance, standard }§ Try saying
- How many NFTs of contract 0x… does 0x… own?
Use this tool
Once Celina is wired into your MCP client, just ask in plain language. The LLM picks get_nft_balance automatically.