Skip to main content
Glama

Market and Regulatory Data Feeds — Zinin M2M Hub

Token Launch Radar

token-launch-radar
Read-only

Look up any token contract address or ticker across DEXes and get liquidity, 24h volume, pair age, a 0-100 quality score and risk flags. Powered by DexScreener's public API. No key, no wallet, no on-chain node. Not financial advice. — $0.01/call, x402 (USDC on base).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
tokensYesToken contract addresses (e.g. `0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48`) or search terms/tickers (e.g. `PEPE`). One row per entry.
maxAgeHoursNoOnly keep pairs created within this many hours — use it to hunt fresh launches. Leave empty for no age filter.
maxConcurrencyNoHow many tokens to look up in parallel.
minLiquidityUsdNoDrop the token's best pair if its liquidity is below this. 0 = no filter.

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, destructiveHint=false, and openWorldHint=true, so the description doesn't need to repeat that. It adds valuable context: cost per call ('$0.01/call, x402') and a disclaimer ('Not financial advice'). However, it could disclose rate limits or error handling for invalid addresses/tickers.

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 concise (3 sentences) and front-loads the core action and outputs. Every sentence adds value: outputs, source, prerequisites, cost, and disclaimer. Minor critique: the cost line could be integrated more naturally with the first sentence.

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 absence of an output schema, the description compensates by listing key return fields (liquidity, 24h volume, pair age, quality score, risk flags). It also covers prerequisites and cost. However, for a tool with 100 max items and 4 parameters, additional context on pagination or output format limits would enrich completeness.

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%, so the schema fully documents all four parameters. The description does not add new parameter-level semantics beyond listing outputs. Per guidelines, baseline 3 is appropriate since the schema covers everything, but the description could enhance usage examples (e.g., mixing addresses and tickers in one call).

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 specific verbs ('Look up', 'get liquidity, 24h volume...') paired with a clear resource ('token contract address or ticker across DEXes'). It also lists concrete outputs that distinguish it from sibling tools (e.g., rug-pull-scorer, live-price-oracle) by focusing on liquidity, volume, pair age, quality score, and risk 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 provides context by stating the data source ('Powered by DexScreener's public API') and indicates constraints ('No key, no wallet, no on-chain node'). It does not explicitly mention when not to use it or name alternative sibling tools (e.g., for on-chain analysis), which would elevate the score to 5.

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

B3.4/5.0
Disambiguation2/5

Many tools have overlapping purposes, with over a dozen real-estate scrapers and half a dozen job boards differentiated only by geography. While descriptions are clear, an agent would struggle to pick the correct tool without prior knowledge of the specific site or region, leading to frequent misselection.

Naming Consistency2/5

Tool names use a mix of lowercase-hyphenated (boss-az, clinical-trials-monitor), underscore (pricing_info), and long descriptive phrases (official-gazette-regulatory-action-router). No consistent verb_noun pattern exists; some start with source domains, others with action nouns. This lack of predictability makes navigation confusing.

Tool Count3/5

36 tools is on the heavy side for a server that could have been more focused. While a 'data hub' can justify many endpoints, the high number of near-identical scrapers (12+ real estate, 6+ job boards) suggests bloat rather than well-scoped functionality. A leaner set with parameterized regional filters would be more appropriate.

Completeness2/5

The claimed domain 'Market and Regulatory Data Feeds' is poorly served: there are no stock/forex/commodity price feeds, few global regulatory sources (only FDA, SEC, EU tenders), and many tools are for job and property listings which are tangential. The set feels like a random aggregation rather than a coherent surface, with obvious gaps for core market and regulatory data.

Resources