Skip to main content
Glama
multiversx

MultiversX MCP Server

Official
by multiversx

send-sft-nft-meta-tokens

Send NFT, SFT, or Meta-ESDT tokens from your wallet to a receiver address on the MultiversX blockchain.

Instructions

Create a nft, sft or meta esdt transfer transaction and send it. Will send the specified token using the wallet set in the env to the specified receiver.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
tokenYesThe extended identifier of the token to send (e.g. NFTEST-123456-0a).
amountNoThe amount of tokens to send. ONLY needed for SFT or Meta-ESDT.
receiverYesThe bech32 address of the receiver (erd1...)
Behavior2/5

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

No annotations are provided, so the description carries the full burden of behavioral disclosure. It mentions that the tool sends tokens using a wallet from the environment, which implies a write operation, but does not disclose critical traits like authentication requirements, rate limits, transaction costs, or potential side effects (e.g., irreversible transfers). This leaves significant gaps in understanding the tool's behavior and risks.

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 concise and front-loaded, stating the core purpose in the first sentence and adding a brief operational detail in the second. There is no unnecessary information, and it efficiently communicates the tool's function without redundancy. However, it could be slightly improved by structuring usage guidelines more explicitly.

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 complexity of a token transfer tool with no annotations and no output schema, the description is incomplete. It lacks details on behavioral traits (e.g., security, errors), output format, and differentiation from sibling tools. While the schema covers parameters well, the overall context for safe and effective use is insufficient, especially for a write operation involving financial transactions.

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 has 100% description coverage, providing clear details for each parameter (token, amount, receiver). The description adds minimal value beyond the schema, only noting that amount is 'ONLY needed for SFT or Meta-ESDT,' which clarifies usage but does not significantly enhance parameter understanding. With high schema coverage, the baseline score of 3 is appropriate as the description does not compensate with additional semantic insights.

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 the tool's purpose: 'Create a nft, sft or meta esdt transfer transaction and send it.' It specifies the action (create and send) and the resource (NFT, SFT, or Meta-ESDT tokens). However, it does not explicitly differentiate from sibling tools like 'send-fungible-tokens' or 'send-egld', which handle other token types, leaving some ambiguity in distinguishing use cases.

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 usage for sending NFT, SFT, or Meta-ESDT tokens, but does not provide explicit guidance on when to use this tool versus alternatives like 'send-fungible-tokens' or 'send-egld'. It mentions the wallet is set in the environment, which gives some context, but lacks clear when-to-use or when-not-to-use statements, such as specifying token type constraints or prerequisites.

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/multiversx/mx-mcp'

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