Skip to main content
Glama
OOBE-PROTOCOL

SAP MCP Server

spl-token_deployToken

Deploy an SPL token with Metaplex metadata, returning the mint address and unsigned transaction. Specify owner, name, symbol, decimals, initial supply, and metadata URI.

Instructions

Deploy a new SPL token with Metaplex metadata. Returns the mint address and an unsigned transaction.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
uriNoURI to off-chain metadata JSON (image, description, etc.)
nameYesToken name (stored in Metaplex metadata)
ownerYesToken owner / mint authority wallet
symbolYesToken symbol (e.g. "MYTKN")
decimalsNoToken decimals (default: 9)
isMutableNoWhether metadata is mutable (default: true)
initialSupplyNoRaw token amount (smallest unit, no decimals)
mintAuthorityNoSolana public key (base58)
freezeAuthorityNoSolana public key (base58)
sellerFeeBasisPointsNoRoyalty fee in bps (for fungible with metadata)
Behavior2/5

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

No annotations are provided, so the description carries full burden. It discloses the output (mint address and unsigned transaction) but omits important behavioral details: whether it checks for existing tokens, Solana rent requirements, failure modes for invalid metadata, or if further signing/submission steps are needed.

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

Conciseness4/5

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

The description is a single efficient sentence that front-loads the core action and return value. It is concise but could include additional critical context without becoming verbose.

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

Completeness2/5

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

Given the tool's complexity (10 parameters, 3 required, no output schema), the description is too minimal. It does not explain the deployment workflow, optionality of Metaplex metadata, or response structure beyond 'mint address and unsigned transaction'. The agent lacks guidance on prerequisites and post-deployment steps.

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

Parameters3/5

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

Schema description coverage is 100%, so baseline is 3. The description does not add any extra meaning beyond what the schema already provides for parameters. No parameter-specific elaboration is given.

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

Purpose5/5

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

The description clearly states it deploys a new SPL token with Metaplex metadata and returns the mint address and unsigned transaction. This specific verb and resource distinction sets it apart from sibling tools like spl-token_burn or spl-token_transfer.

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

Usage Guidelines2/5

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

The description provides no guidance on when to use this tool versus alternatives such as spl-token_mintTo, pump_launchToken, or metaplex-nft_deployCollection. There are no when/when-not statements or alternative tool mentions.

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