getNFTTokenURI
Retrieve the token URI for a specific NFT by providing the ERC721 contract address and token ID using the MCP Ethers Wallet server. Query blockchain data for NFT metadata efficiently.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
chainId | No | Optional. The chain ID to use. | |
contractAddress | Yes | The address of the ERC721 contract | |
provider | No | Optional. The provider to use. If not provided, the default provider is used. | |
tokenId | Yes | The ID of the token to get the URI for |