Skip to main content
Glama

hedera_token_airdrop

Build unsigned fungible token airdrops that auto-associate recipients, eliminating the need for prior opt-in on Hedera.

Instructions

Build (unsigned) a fungible-token airdrop (HIP-904) — auto-associates recipients without prior opt-in.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
amountYesAmount in base units
tokenIdYes
toAccountIdYes
fromAccountIdNoSender (defaults to payer)
payerAccountIdNo
Behavior3/5

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

States it builds an unsigned transaction and auto-associates recipients, but lacks details on permissions, side effects, or further steps. With no annotations, this is adequate but not comprehensive.

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?

Single sentence, 13 words, efficient and front-loaded with key information.

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

Completeness3/5

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

Covers core functionality and auto-association, but lacks output format (e.g., returns unsigned transaction bytes) and error cases. No output schema to rely on.

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?

Description adds no parameter-specific meaning; the schema already covers 'amount' and 'fromAccountId'. With 40% schema coverage, the description should compensate but does not explain tokenId or toAccountId.

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 it builds an unsigned fungible-token airdrop and highlights the key auto-association feature. It distinguishes from sibling tools like hedera_transfer_token or hedera_associate_token.

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?

No guidance on when to use this tool vs alternatives like hedera_transfer_token. Does not mention prerequisites or use cases.

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/ExpertVagabond/hedera-mcp'

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