Skip to main content
Glama

send_token

Send native coins or tokens from your wallet. For token transfers, provide token type and metadata (address, decimals, symbol) or asset identifier.

Instructions

Send SOL/ETH or tokens from the wallet. For token transfers, specify type and token info.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
toYesDestination wallet address
amountYesAmount in smallest units (wei for EVM, lamports for Solana). Example: "1000000000000000000" = 1 ETH, "1000000000" = 1 SOL
memoNoOptional transaction memo
typeNoTransaction type. Default: TRANSFER (native). TOKEN_TRANSFER for SPL/ERC-20
networkNoTarget network (e.g., "polygon-mainnet" or CAIP-2 "eip155:137"). Required for EVM wallets; auto-resolved for Solana.
tokenNoRequired for TOKEN_TRANSFER. Provide full metadata (address/decimals/symbol) OR assetId alone for auto-resolve.
wallet_idNoTarget wallet ID. Required for multi-wallet sessions; auto-resolved when session has a single wallet.
gas_conditionNoGas price condition for deferred execution. At least one of max_gas_price or max_priority_fee required.
Behavior2/5

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

No annotations are provided, so the description must cover behavioral traits. It only states the action and a basic requirement; it does not disclose whether the transaction is signed and broadcast, what the return value is, any authorization needs, or side effects (e.g., balance changes). This is insufficient for a mutation 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 very concise (one sentence) and front-loaded with the core purpose. However, it could include more detail without becoming overly verbose. It earns its place but is slightly under-specified.

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 has 8 parameters, complex nested objects (e.g., token, gas_condition), and no output schema or annotations, the description is too sparse. It does not explain the gas condition parameter, return value, or prerequisites like wallet balance. The description leaves significant gaps for an agent.

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?

All parameters are fully described in the input schema (100% coverage). The description adds no additional meaning beyond 'For token transfers, specify type and token info,' which is already implied by schema. Thus, no extra value, baseline 3.

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 sends SOL/ETH or tokens, distinguishing between native and token transfers. It uses specific verbs and resources, and the purpose is distinct from sibling tools like send_batch or transfer_nft.

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 provides minimal guidance: 'For token transfers, specify type and token info.' It does not indicate when to use this tool versus alternatives (e.g., send_batch for batch transfers, approve_token for approvals), nor does it specify prerequisites or when not to use it.

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/minhoyoo-iotrust/WAIaaS'

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