Metaplex-nft Update Metadata
metaplex-nft_updateMetadataUpdate NFT metadata fields including name, symbol, URI, creators, royalties, and authority for Metaplex NFT collections and mints.
Instructions
Update NFT metadata fields (name, symbol, URI, creators, royalties, authority). SAP MCP context: Protocol metaplex-nft; operation class write. Use for Metaplex NFT collection, mint, metadata, royalty, creator verification, collection verification, and authority workflows. Confirm metadata URI, collection mint, creators, royalties, update authority, and ownership before writes. For agent identity, plan with sap_agent_identity_plan, register the SAP on-chain profile through sap_payments_register_agent, then use agentUri or metadataUri to point at off-chain or NFT-backed metadata. Use these Metaplex tools when the agent also needs an NFT collection, badge, or verifiable media asset.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| uri | No | New metadata URI | |
| mint | Yes | NFT mint address | |
| name | No | New name | |
| symbol | No | New symbol | |
| creators | No | Creators parameter for Metaplex-nft Update Metadata. | |
| isMutable | No | Is Mutable parameter for Metaplex-nft Update Metadata. | |
| updateAuthority | Yes | Current update authority | |
| newUpdateAuthority | No | Solana public key (base58) | |
| primarySaleHappened | No | Primary Sale Happened parameter for Metaplex-nft Update Metadata. | |
| sellerFeeBasisPoints | No | Seller Fee Basis Points parameter for Metaplex-nft Update Metadata. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| content | Yes | MCP content blocks returned to the caller. | |
| isError | No | True when the tool result represents an application-level error. |