Skip to main content
Glama

AnchorPad

Prepare a coin launch

anchorpad_prepare_launch

Prepare a new Solana coin on AnchorPad, paired with an asset from anchorpad_pairs. Returns a sign link for the user; nothing happens until they approve it in their wallet. The approving wallet becomes the creator and earns 0.4% of every trade in the pair asset. The user pays about 0.027 SOL network rent plus any first buy. Give an image as an https URL (PNG, JPEG, GIF or WebP, up to 1 MB) if you have one; otherwise the approval page asks the user for it.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYesCoin name, 1-32 bytes
pairNoPair symbol from anchorpad_pairs, e.g. SOL, USDC, ZEC. Default SOL
imageNoOptional https URL (or data:image/... URL) of the coin image, up to 1 MB
symbolYesTicker, 1-10 letters or digits
twitterNoOptional https://x.com/... link
websiteNoOptional https link
telegramNoOptional https://t.me/... link
first_buyNoOptional amount of the pair asset to buy in the launch transaction, e.g. "0.1". Default 0
descriptionNoOptional, up to 500 characters
sniper_shieldNoHigher fee for bots in the first minute (15% falling to 1%). Default true

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.6/5.0
Behavior5/5

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

The description discloses that the tool only returns a sign link and nothing happens until the user approves it in their wallet, which is a crucial asynchronous behavior. It also discloses economic consequences (creator earns 0.4%, user pays ~0.027 SOL rent plus first buy) and the image fallback behavior. These details go far beyond the annotations, which carry no behavioral hints.

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 three sentences with no filler. The first sentence states the core purpose, the second explains the approval flow and consequences, and the third covers costs and image guidance. It is well-structured and front-loaded.

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

Completeness4/5

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

Given the 10-parameter schema and absence of output schema, the description covers the essential flow: sign link, wallet approval, creator role, fees, and costs. It could go further by mentioning that post-approval status can be tracked via anchorpad_request_status, but this is a minor omission for a launch-prepare tool.

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?

Schema description coverage is 100%, so the baseline is 3. The description adds extra meaning for the image parameter (allowed formats, size limit, fallback to user-provided image on approval page), for pair (explicitly drawn from anchorpad_pairs), and clarifies first_buy as part of the launch transaction. This enriches parameter understanding beyond 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 clearly states the tool prepares a new Solana coin on AnchorPad, paired with an asset from anchorpad_pairs. It distinguishes itself from sibling tools by focusing on launch preparation and returning a sign link. The verb 'prepare' plus the resource and the sign-link flow make the purpose unmistakable.

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 gives clear context for when to use the tool: to launch a new coin, and it explicitly references anchorpad_pairs for the pairing asset. It does not name alternatives like anchorpad_prepare_trade or specify when not to use it, but the sibling list and pairing reference make the intended use clear enough.

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.

Resources