Skip to main content
Glama

send_transaction

Forward prepared transactions to Ledger devices for user signing and blockchain broadcast, requiring physical approval on the device screen.

Instructions

Forward an already-prepared transaction to the Ledger device for user signing. Routes on the handle's origin: EVM handles (prepare_aave_, prepare_compound_, prepare_swap, prepare_native_send, ...) go through Ledger Live via WalletConnect; TRON handles (prepare_tron_*) go through the directly-connected Ledger over USB HID and are broadcast via TronGrid. In both cases the user must review and physically approve the tx on the Ledger screen; this call blocks until the user signs or rejects. You MUST pass confirmed: true — the agent is affirming that the user has seen and acknowledged the decoded preview. For TRON handles, pair_ledger_tron must have been called at least once per session (so the TRON app has been opened on the device) and the Ledger must still be plugged in with the TRON app open at send time.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
handleYesOpaque handle returned by a prepare_* tool in the `handle` field of the UnsignedTx. Raw calldata is NOT accepted — the handle is the only way to name a tx for signing, so the tx the user previewed is exactly the tx sent to Ledger. If the tx chain has a `next` step (e.g. approve → swap), each step has its own handle; call send_transaction once per handle in order. Handles expire 15 minutes after prepare and are single-use.
confirmedYesMust be literally `true`. The agent is affirming that the user has seen and acknowledged the decoded preview returned by the preceding prepare_* call. This is a schema-enforced contract — omitting it fails validation before any tx is submitted.
Behavior5/5

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

With no annotations provided, the description carries full burden and delivers comprehensive behavioral disclosure. It explains the blocking nature of the call, different routing paths (EVM vs TRON), physical user approval requirement, handle expiration (15 minutes), single-use limitation, and session requirements for TRON. This goes well beyond basic functionality.

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 appropriately sized for a complex tool with critical safety implications. It's front-loaded with the core purpose, followed by important details. While somewhat dense, every sentence earns its place by providing essential operational and safety information.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a transaction signing tool with no annotations and no output schema, the description provides exceptional completeness. It covers purpose, usage, behavioral characteristics, parameter semantics, safety requirements, and operational constraints. The only minor gap is not explicitly describing return values, but given the complexity covered, this is acceptable.

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

Parameters4/5

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

With 100% schema description coverage, the baseline is 3. The description adds significant value by explaining the handle's origin (from prepare_* tools), its purpose (ensuring tx previewed is tx sent), and the confirmed parameter's contractual nature. It also mentions handle ordering for multi-step transactions, which isn't in the schema.

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 starts with a specific verb ('Forward') and resource ('already-prepared transaction to the Ledger device for user signing'), clearly stating what the tool does. It distinguishes from sibling tools by explaining it's for finalizing transactions prepared by various prepare_* tools, not for preparing transactions itself.

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

Usage Guidelines5/5

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

The description provides explicit usage guidelines: it states when to use (after prepare_* tools, with confirmed: true), when not to use (raw calldata not accepted), and alternatives (different prepare_* tools for different transaction types). It also specifies prerequisites like calling pair_ledger_tron for TRON handles.

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