Skip to main content
Glama

t2000_send

Send USDC, USDsui, or SUI to a Sui address, SuiNS name, or saved contact. Gasless sends for USDC and USDsui; dryRun to preview without signing.

Instructions

Send USDC, USDsui, or SUI to a 0x Sui address, a SuiNS name (e.g. alex.sui), or a saved contact alias. Amount is in token units (1 USDC = $1). Asset is REQUIRED — there is no implicit USDC default. USDC + USDsui sends are gasless (Sui foundation sponsored); SUI sends require gas. Set dryRun: true to preview without signing. Mirrors t2 send <amount> <ASSET> <recipient>.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
toYesRecipient: 0x Sui address, SuiNS name like 'alex.sui', or saved contact name.
amountYesAmount in token units to send
assetYesREQUIRED — one of USDC, USDsui, SUI. No default.
dryRunNoPreview without signing (default: false)
Behavior4/5

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

No annotations provided, so description carries full burden. It discloses gasless for USDC/USDsui, gas required for SUI, and dryRun for preview without signing. It does not mention the irreversible nature of the send, which is a behavioral trait.

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

Conciseness5/5

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

The description is four sentences, front-loaded with the core action, then details on units, asset, gas, and dryRun. No unnecessary words or repetition.

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?

Tool has no output schema, and description does not mention return value (e.g., transaction hash) or error conditions (e.g., insufficient funds). However, the core send action is well covered with parameter details and behavioral notes.

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

Parameters5/5

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

Schema coverage is 100%, and description adds extra context beyond schema: clarifies amount units (1 USDC = $1), emphasizes asset required with no default, and explains dryRun purpose. This adds significant value.

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 specifies the tool sends USDC, USDsui, or SUI to various recipient types (0x address, SuiNS name, contact alias), distinguishing it from sibling tools like t2000_swap or t2000_pay.

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?

The description provides clear guidance on when to use (send specific tokens), mentions gasless vs. gas-required, dryRun preview, and that asset is required. However, it does not explicitly state when not to use (e.g., for swapping), though sibling names imply alternatives.

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/mission69b/t2000'

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