Metaplex-nft Revoke Authority
metaplex-nft_revokeAuthorityRevoke an authority from a Metaplex NFT mint. Specify the authority type (update, mint, freeze, or collection) to remove it.
Instructions
Revoke (remove) a specific authority. Irreversible for some types. 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, keep sap_register_agent as the SAP on-chain registration step and 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) | |
| authority | Yes | Current authority holder | |
| authorityType | Yes | Authority Type parameter for Metaplex-nft Revoke Authority. |
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. |