You're viewing a demo portfolio

Join the waitlist
PRSM
This tool is no longer present in the server's latest manifest. Showing the last observed version (server version 0.9.16).

metaplex-nft_updateMetadata

Inactive

Tool of SAP MCP Server

declared in 0.9.16

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.

Parameters schema

{
  "type": "object",
  "required": [
    "mint",
    "updateAuthority"
  ],
  "properties": {
    "uri": {
      "type": "string",
      "description": "New metadata URI"
    },
    "mint": {
      "type": "string",
      "description": "NFT mint address"
    },
    "name": {
      "type": "string",
      "description": "New name"
    },
    "symbol": {
      "type": "string",
      "description": "New symbol"
    },
    "creators": {
      "type": "array",
      "items": {
        "type": "object",
        "required": [
          "address",
          "share"
        ],
        "properties": {
          "share": {
            "type": "number",
            "description": "Share parameter for Metaplex-nft Update Metadata."
          },
          "address": {
            "type": "string",
            "description": "Solana public key (base58)"
          },
          "verified": {
            "type": "boolean",
            "description": "Verified parameter for Metaplex-nft Update Metadata."
          }
        },
        "description": "Creators parameter for Metaplex-nft Update Metadata.",
        "additionalProperties": false
      },
      "description": "Creators parameter for Metaplex-nft Update Metadata."
    },
    "isMutable": {
      "type": "boolean",
      "description": "Is Mutable parameter for Metaplex-nft Update Metadata."
    },
    "updateAuthority": {
      "type": "string",
      "description": "Current update authority"
    },
    "newUpdateAuthority": {
      "type": "string",
      "description": "Solana public key (base58)"
    },
    "primarySaleHappened": {
      "type": "boolean",
      "description": "Primary Sale Happened parameter for Metaplex-nft Update Metadata."
    },
    "sellerFeeBasisPoints": {
      "type": "number",
      "description": "Seller Fee Basis Points parameter for Metaplex-nft Update Metadata."
    }
  },
  "additionalProperties": false
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

SAP MCP Server

https://github.com/OOBE-PROTOCOL/sap-mcp

2/7 registries
View full server →