Skip to main content
Glama

prepare_tron_token_send

DestructiveIdempotent

Create unsigned TRC-20 token send transactions for supported tokens (USDT, USDC, USDD, TUSD) using TronGrid. Decimals are automatically resolved, and returns a preview for Ledger signing.

Instructions

Build an unsigned TRC-20 transfer transaction (canonical set only: USDT, USDC, USDD, TUSD) via TronGrid's /wallet/triggersmartcontract. Decimals are resolved from the canonical table — unknown TRC-20s are rejected with an explicit error. Default fee_limit is 100 TRX (TronLink/Ledger Live default); override with feeLimitTrx if energy pricing has moved. Returns a preview + opaque handle. Forward via send_transaction for USB-HID signing on the paired Ledger. USDT renders natively on the TRON app; other TRC-20s may display raw hex on-device (the contract address and amount are still shown, so the user can verify against the preview).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
fromYesBase58 TRON sender address (prefix T).
toYesBase58 TRON recipient address (prefix T).
tokenYesBase58 TRC-20 contract address. Phase 2 only supports the canonical set (USDT, USDC, USDD, TUSD); other TRC-20s are rejected.
amountYesToken amount as a human-readable decimal string (decimals are resolved from the canonical table: 6 for USDT/USDC, 18 for USDD/TUSD).
feeLimitTrxNoOptional fee-limit override in TRX. Defaults to 100 TRX — Ledger Live / TronLink standard.
Behavior5/5

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

Adds substantial behavioral context beyond annotations: describes rejection of unknown TRC-20s, default fee_limit behavior, Ledger signing flow, and the distinction of USDT rendering natively vs. other tokens showing raw hex. Annotations already indicate destructive and idempotent nature, which the description aligns with.

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?

Description is a single paragraph with front-loaded main purpose, followed by key details. It is efficient but could be slightly more concise by combining related sentences (e.g., preview and handle mention).

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?

Given no output schema, the description mentions the return is a 'preview + opaque handle,' which is adequate but vague. It covers the main workflow, Ledger integration, and fee info. Missing explicit details on the preview structure, but still complete enough for an AI to select and invoke correctly.

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 covers all 5 parameters with descriptions. The description adds context by explaining decimal resolution, that amount is human-readable, and that feeLimitTrx overrides the default 100 TRX. However, these are mostly restatements of schema info, so value added is marginal.

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?

Clearly states the tool builds an unsigned TRC-20 transfer transaction for a canonical set of tokens (USDT, USDC, USDD, TUSD), differentiating it from other prepare_* tools by specifying the exact token scope and the underlying TronGrid endpoint.

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?

Provides explicit guidance to forward the result to send_transaction for Ledger signing and mentions the fee override option. However, it does not explicitly exclude usage for non-canonical TRC-20s (though rejection is stated) and lacks comparison to sibling tools like prepare_tron_native_send.

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/szhygulin/vaultpilot-mcp'

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