Skip to main content
Glama
true402
by true402

new_pairs

Retrieve recently-created Base DEX pairs (Uniswap V3 + Aerodrome) to discover new token launches. Each pair includes token details, quote, pool info, block, and age for trading agents.

Instructions

Recently-created Base DEX pairs (Uniswap V3 + Aerodrome) from a background log-watcher — fresh token launches for trading agents/snipers. POST { since?, limit?, dex?, withToken? }; each pair gives the new token, quote (WETH/USDC), pool, fee|stable, block + approx age. Bundle with /v1/token-safety for a pre-trade rug/honeypot check. Unpaid returns 402. (PAID x402 service — USDC on Base; the MCP server needs a funded wallet to settle.)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
sinceNoOnly pairs first seen at or after this block
limitNoMax pairs (1–200, default 50)
dexNoFilter: 'uniswap-v3' | 'aerodrome'
withTokenNoOnly token launches (default true)
Behavior4/5

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

No annotations provided, so description carries full burden. It discloses that it's a paid service (returns 402 if unpaid), requires a funded wallet, and describes output fields. This is good behavioral context for a paid tool.

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?

The description is a single, dense paragraph that front-loads the purpose and includes a compact parameter list. It could be more structured (e.g., separate payment info), but it is concise and informative.

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

Completeness5/5

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

The description explains the output format (token, quote, pool, etc.), the payment model, and how to use it with token-safety. For a read-only tool with 4 optional params and no output schema, this is complete and actionable.

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 coverage is 100% with clear parameter descriptions for since, limit, dex, and withToken. The description does not add meaningful information beyond the schema, so baseline 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 provides recently-created DEX pairs from Uniswap V3 and Aerodrome for fresh token launches. It is specific to Base chain and distinct from sibling tools like liquidity_pulls or whale_swaps.

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 suggests bundling with token-safety for pre-trade checks, indicating a use case. It implicitly targets trading agents/snipers but lacks explicit when-not-to-use guidance or alternatives.

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/true402/mcp-server'

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