getNFTTokenURI
Retrieve the token URI for a specific ERC721 NFT by providing the contract address and token ID using the MCP Ethers Wallet server.
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 |