Skip to main content
Glama

AnchorPad

List pairs

anchorpad_pairs
Read-only

List the assets an AnchorPad coin can be paired with: SOL, stablecoins, crypto (BTC, ETH, ZEC, TAO, NEAR, ...), Solana tokens, memes and tokenized stocks. launchBuy says whether a first buy can be included in the launch; tradeHere whether AnchorPad trades it directly.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.1/5.0
Behavior4/5

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

Annotations already declare readOnlyHint=true and openWorldHint=false, so the safety profile is covered. The description adds value beyond annotations by explaining the semantics of the two returned flags (launchBuy, tradeHere) and enumerating the closed set of asset classes, which is consistent with the openWorldHint=false constraint. No behaviors mentioned contradict the annotations.

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 sentences with the verb front-loaded and zero filler. The category enumeration is compact and the field-semantics sentence earns its place since no output schema exists. The informal ellipsis '(BTC, ETH, ZEC, TAO, NEAR, ...)' is slightly sloppy but not harmful.

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?

For a simple, parameterless, read-only tool, the description covers the essential ground: what the result contains and what the boolean flags mean. Since there is no output schema, the description correctly carries the return-value explanation. The only missing piece is an explicit statement that the list is global/not coin-filtered, and how these pairs feed into the launch/trade flow.

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?

The tool has zero parameters, so the baseline is 4 per the rubric. The description appropriately focuses on output domains instead of inputs, clarifying what the returned pairs represent. The only minor gap is that it doesn't explicitly state the list is global (no per-coin input), though the empty schema implies this.

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 states a specific verb ('List') and resource (the assets an AnchorPad coin can be paired with), then enumerates concrete categories (SOL, stablecoins, crypto, Solana tokens, memes, tokenized stocks). This unambiguously distinguishes it from all five siblings, which are action-oriented (prepares, claim, launch, trade, status) rather than lookup-oriented.

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

Usage Guidelines3/5

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

The read-only lookup nature and the mention of 'launch' ('whether a first buy can be included in the launch') imply it is used when configuring a launch or pair selection, which separates it from siblings like anchorpad_prepare_trade and anchorpad_my_coins. However, there is no explicit when-to-use or when-not-to-use guidance, nor any named alternative; the routing is left to inference.

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