Skip to main content
Glama

screener

[$0.10 USDC per call via x402] Token screener: trending or newly-launched pools on a chain, filtered by minimum liquidity and 24h volume, with optional on-chain safety screening (drops honeypots and balance-modifiable tokens). Returns ranked opportunities with price, liquidity, volume, buys/sells and safety flags.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
modeNotrending (default) or new
limitNoMax results (default 10, max 20)
networkNoGeckoTerminal network id, e.g. base, eth, solana (default base)
safe_onlyNotrue = run security screen on Base tokens and drop dangerous ones
min_volumeNoMinimum 24h volume USD (default 10000)
min_liquidityNoMinimum pool liquidity USD (default 50000)

TDQS

A4.3/5.0
Behavior4/5

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

With no annotations provided, the description carries the full burden. It discloses the pricing model ($0.10 per call), the revenue model (x402), and behavioral traits like dropping honeypots/balance-modifiable tokens during safety screening. It doesn't disclose rate limits or response time, but the core behavioral disclosure (paid, safety semantic) is present.

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 compact at roughly 50 words yet covers purpose, filtering, safety, and output. It front-loads the pricing note and primary purpose. Slightly dense with parentheticals, but efficiently packed without redundancy.

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 moderately complex multi-parameter screener with no output schema and no annotations, this description covers the key elements: purpose, filters, safety behavior, and output fields. It doesn't describe the ranking criteria in detail, but given no output schema and no annotations, it does a solid job. Minor gaps around what 'ranked opportunities' means and the exact safety screening limitations.

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 coverage is 100% and each parameter already has description with defaults (e.g., mode defaults to trending, limit defaults to 10 max 20, network defaults to base). The description adds context around how parameters interact (safe_only running on Base tokens), and clarifies that 'safe_only' drops dangerous tokens. Most meaningful semantics are already in the schema, so the description adds marginal value.

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 uses a specific verb+resource structure ('Token screener: trending or newly-launched pools on a chain') and clearly specifies the scope (chains, filtering criteria, safety screening). It distinguishes itself from siblings like 'trending' by adding liquidity/volume filters and safety screening, and lists concrete outputs (price, liquidity, volume, buys/sells, safety flags).

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 states the tool is for finding 'trending or newly-launched pools' with filtering criteria, which establishes a clear context. It doesn't explicitly name alternatives or when-not-to-use, but the sibling tool 'trending' is implicitly differentiated by the additional filtering and safety screening capabilities. The pricing note also sets usage expectations.

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.

TDQS

A3.8/5.0
Disambiguation3/5

Most tools are distinct by domain (market data, safety, DEX trading, yield, gas), but there is meaningful overlap: token_risk, token_score, and screener all deal with token safety/rug-pull concerns, and screener partially overlaps with trending and token_pairs for discovery. An agent picking between token_risk and token_score could be confused despite the price difference, and screener's safety screening overlaps with both.

Naming Consistency5/5

All names follow a consistent lowercase noun pattern (fear_greed, gas, ohlc, price, yields, token_pairs, market_summary, etc.), with concise single-word or snake_case single concepts. No verb prefixes, no mixing of conventions, no camelCase. Highly predictable across the whole set.

Tool Count5/5

11 tools for a crypto data API is well-scoped, covering market prices, candles, trending, DEX pairs, token safety, yields, and sentiment. Each tool earns its place with a distinct job, and the count aligns with the breadth of a comprehensive market-data service without becoming bloated.

Completeness4/5

The surface covers core market data (prices, OHLC, trending, fear/greed), DEX trading (token_pairs, screener), safety (token_risk, token_score), yields, and gas. Minor gaps include no historical yield data, no portfolio/balance tool, and no direct order/trade execution, but for a data-and-safety API the coverage is thorough with no obvious dead ends.

Resources