Metaplex-nft Configure Royalties
metaplex-nft_configureRoyaltiesConfigure royalty fee and creator revenue splits for an NFT. Specify seller fee basis points and creator shares that must sum to 100%.
Instructions
Configure royalty fee and creator splits for an NFT. 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 |
|---|---|---|---|
| mint | Yes | NFT mint address (base58) | |
| creators | Yes | Creator list with revenue shares (must sum to 100) | |
| updateAuthority | Yes | Solana public key (base58) | |
| sellerFeeBasisPoints | Yes | Royalty fee in bps |
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. |