Skip to main content
Glama
OOBE-PROTOCOL

SAP MCP Server

Metaplex-nft Update Metadata

metaplex-nft_updateMetadata

Update 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

TableJSON Schema
NameRequiredDescriptionDefault
uriNoNew metadata URI
mintYesNFT mint address
nameNoNew name
symbolNoNew symbol
creatorsNoCreators parameter for Metaplex-nft Update Metadata.
isMutableNoIs Mutable parameter for Metaplex-nft Update Metadata.
updateAuthorityYesCurrent update authority
newUpdateAuthorityNoSolana public key (base58)
primarySaleHappenedNoPrimary Sale Happened parameter for Metaplex-nft Update Metadata.
sellerFeeBasisPointsNoSeller Fee Basis Points parameter for Metaplex-nft Update Metadata.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
contentYesMCP content blocks returned to the caller.
isErrorNoTrue when the tool result represents an application-level error.
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Annotations indicate write operation (readOnlyHint=false) and no destruction. Description reinforces this with 'Update NFT metadata', warns about confirming authority and ownership, and mentions authority workflows. This adds useful behavioral context beyond the annotations.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness3/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is front-loaded with the main purpose but includes lengthy SAP MCP context that may not be essential for all agents. Some sentences are broad (e.g., 'Use for Metaplex NFT collection... workflows') and could be trimmed for clarity. Adequate but not maximally efficient.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the tool has many parameters and an output schema (not shown but indicated), the description covers prerequisites, confirmation steps, and use cases. It provides sufficient context for an agent to use the tool correctly without missing critical information.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 100%, providing baseline. Description adds value by grouping key parameters (name, symbol, URI, creators, royalties, authority) and giving usage hints like 'Confirm metadata URI, collection mint, creators, royalties, update authority, and ownership before writes.' This contextualizes the parameters beyond the schema's generic descriptions.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states 'Update NFT metadata fields' with a list of fields, indicating a write operation on metadata. It distinguishes from sibling tools like mintNFT or deployCollection through the specific verb 'update', but does not explicitly differentiate itself.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Provides context on when to use (for agent identity, NFT collection needs) and prerequisites (plan with sap_agent_identity_plan, register SAP profile). Includes verification steps before writes. However, lacks explicit when-not-to-use or direct comparison to alternatives like verifyCreator.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/OOBE-PROTOCOL/sap-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server