Skip to main content
Glama

spraay_solana_batch_send_token

Batch send any SPL token (USDC, BONK, WIF, JUP, etc.) to multiple Solana wallets. Auto-creates token accounts. Costs $0.01 USDC via x402.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
mintYesSPL token mint address (base58)
recipientsYesArray of recipients

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A3.9/5.0
Behavior3/5

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

No annotations are provided, so the description must carry full behavioral disclosure. It discloses the $0.01 USDC cost and token account auto-creation, which are meaningful side effects. But it omits irreversibility, failure behavior, permission requirements, and any rate or size limits beyond schema maxItems, leaving gaps for a mutation tool.

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?

Two concise sentences front-load the core action, include concrete token examples, and add the practical cost detail. Every word earns its place with no fluff.

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?

With no output schema and no annotations, the description should explain return values and failure modes. It covers the action, cost, and side effect, but not what the agent can expect as a response, whether the operation is synchronous, or how errors are signaled—making it incomplete for a transaction tool.

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%—both 'mint' and 'recipients' have descriptions in the schema. The tool description adds no extra parameter-level meaning beyond what the schema already provides, so the baseline score of 3 is appropriate.

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 the tool's function with a specific verb ('Batch send'), identifies the resource ('any SPL token'), and gives concrete examples. It naturally distinguishes from the sibling SOL batch send tool by explicitly targeting token assets.

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?

The description implies usage for SPL token transfers and provides helpful context like cost and auto-account creation. However, it does not explicitly mention alternatives or when-not-to-use, such as 'use batch_send_sol for SOL transfers', so it falls short of explicit exclusion guidance.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.