Skip to main content
Glama

make_asset_transfer_txn

Create asset transfer transactions on the Algorand blockchain to send tokens between addresses with configurable parameters for fees, notes, and network selection.

Instructions

Create an asset transfer transaction

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
fromYesSender address in standard Algorand format (58 characters)
toYesRecipient address in standard Algorand format (58 characters)
assetIndexYesIndex of the asset being transferred
amountYesAmount of asset base units to transfer
noteNoTransaction note field (up to 1000 bytes)
closeRemainderToNoAddress to send remaining asset balance to (close asset holding)
rekeyToNoAddress to rekey the sender account to
feeNoTransaction fee in microAlgos. If not set, uses suggested fee from the network
flatFeeNoIf true, fee is used as-is (flat fee). If false (default), fee is per-byte
networkNoAlgorand network to use (default: mainnet)
itemsPerPageNoNumber of items per page for paginated responses (default: 10)
Behavior1/5

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

With no annotations provided, the description carries full responsibility for behavioral disclosure but offers none. It doesn't indicate whether this creates a signed or unsigned transaction, whether it submits to the network or just constructs locally, what permissions are required, potential side effects, or error conditions. For a transaction creation tool with 11 parameters, this lack of behavioral context is severely inadequate.

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 maximally concise at just four words with zero wasted language. It's appropriately sized for what it attempts to communicate, though the brevity contributes to its inadequacy in other dimensions. There's no unnecessary verbiage or structural issues.

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

Completeness1/5

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

For a complex transaction creation tool with 11 parameters, no annotations, and no output schema, the description is completely inadequate. It doesn't explain what the tool returns (transaction object? signed bytes? transaction ID?), doesn't clarify the tool's role in a broader workflow, and provides no context about Algorand-specific considerations. The description fails to compensate for the lack of structured metadata.

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 description coverage is 100%, so the schema already fully documents all 11 parameters with clear descriptions. The description adds no additional parameter semantics beyond what's in the schema, which meets the baseline expectation when schema coverage is complete. However, it doesn't explain relationships between parameters (e.g., how closeRemainderTo interacts with the transfer) or provide usage examples.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose2/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description 'Create an asset transfer transaction' is a tautology that essentially restates the tool name 'make_asset_transfer_txn' without adding meaningful specificity. It doesn't distinguish this tool from sibling transaction creation tools like make_payment_txn or make_asset_config_txn, nor does it clarify what type of asset transfer this handles (Algorand assets vs. other types).

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

Usage Guidelines1/5

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

The description provides zero guidance on when to use this tool versus alternatives. With numerous sibling tools including other transaction creators (make_payment_txn, make_app_call_txn, etc.) and asset-related tools (make_asset_create_txn, wallet_optin_asset), there's no indication of when this specific asset transfer tool is appropriate versus other methods of transferring assets or creating transactions.

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/GoPlausible/algorand-mcp'

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