Skip to main content
Glama

prepare_native_send

DestructiveIdempotent

Create an unsigned native-coin transfer transaction (ETH, MATIC) for supported chains. Pass recipient address and a human-readable amount to get a transaction ready for signing.

Instructions

Build an unsigned native-coin send transaction (ETH on Ethereum/Arbitrum). Pass a human-readable amount like "0.5".

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
walletYes
chainNoethereum
toYes
amountYesHuman-readable native-asset amount, NOT raw wei. Example: "0.5" for 0.5 ETH (or 0.5 MATIC on polygon).
Behavior2/5

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

Annotations indicate destructiveHint=true and idempotentHint=true. The description states it builds an unsigned transaction, implying no on-chain changes, which conflicts with destructiveHint. It does not clarify that the output must be signed and broadcast separately, leaving the agent uninformed about the full workflow.

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?

Two concise sentences with no fluff, efficiently conveying core purpose. However, the structure could benefit from listing parameters or output details given the tool's complexity.

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?

No output schema, and the description omits what the tool returns (e.g., unsigned transaction hex) and how to proceed (signing/sending). Given three required parameters and four total, the description leaves significant gaps for an agent to use the tool correctly.

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

Parameters2/5

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

The description only reinforces the amount parameter's human-readable format, but schema coverage is only 25% (only amount has schema description). It fails to explain wallet, to, or chain parameters, and incorrectly limits chains to Ethereum/Arbitrum while schema includes Polygon, Base, Optimism.

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 it builds an unsigned native-coin send transaction, giving examples like ETH on Ethereum/Arbitrum. This distinguishes from token send or swap tools. However, it only mentions two chains while the schema includes five, slightly narrowing scope.

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

Usage Guidelines2/5

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

The description gives minimal guidance: mentions passing a human-readable amount but does not explain when to use this tool versus alternatives like prepare_token_send or prepare_swap. No exclusions or prerequisites are provided.

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/recon-crypto-mcp'

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