Skip to main content
Glama
MyronKoch

XRP Ledger Testnet MCP Server

by MyronKoch

xrp_mint_nft_with_ipfs

Mint NFTs on the XRP Ledger Testnet with IPFS storage for images and metadata, including optional attributes and royalties.

Instructions

Create NFT with IPFS storage for images and metadata (Enhanced version of xrp_mint_nft)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYesNFT name
flagsNoNFT flags (8=transferable, 1=burnable)
taxonNoCollection ID
imageUrlNoURL of image to upload to IPFS
imagePathNoLocal path to image file
attributesNoNFT attributes/traits
ipfsApiKeyNoAPI key for IPFS service (uses env if not provided)
privateKeyYesWallet private key for signing
descriptionYesNFT description
transferFeeNoRoyalty in basis points (0-50000)
Behavior2/5

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

With no annotations provided, the description carries the full burden of disclosing side effects. It only mentions the high-level action of creating an NFT and IPFS storage, but omits critical behavioral details such as irreversible ledger mutation, need for IPFS credentials, potential fees, and whether images are uploaded immediately. This is insufficient for a transaction-signing tool.

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 sentence and efficiently conveys core purpose. However, the parenthetical 'Enhanced version of xrp_mint_nft' is slightly vague and could be replaced with a more concrete differentiator, but it does not add unnecessary length.

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?

This tool has 10 parameters, no annotations, and no output schema, making it relatively complex. The description is too brief: it does not explain the overall workflow (e.g., how images are uploaded), prerequisites like IPFS API keys, what the return value contains, or side effects. The schema describes parameters but not the end-to-end behavior, leaving significant gaps.

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?

The input schema provides 100% coverage with descriptive text for every parameter, so the baseline is 3. The description itself adds no additional parameter-specific semantics beyond what the schema already conveys; it merely reiterates the IPFS aspect already covered by imageUrl and imagePath descriptions.

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 the tool's action ('Create NFT') with a specific method ('with IPFS storage for images and metadata'). It also distinguishes itself from the sibling tool xrp_mint_nft by calling itself the 'Enhanced version', making its unique purpose explicit.

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

Usage Guidelines3/5

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

The description implies that this tool is for NFT creation with IPFS storage, which indicates when to use it, but it does not explicitly provide alternatives or exclusions. It does not state when to prefer the base xrp_mint_nft tool instead, leaving the guidance at an implied level.

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/MyronKoch/xrp-testnet-mcp-server'

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