Skip to main content
Glama

New Tokens

new_tokens

Discover recently launched Solana tokens. Filters by liquidity and risk score, ranked safest first.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoNumber of tokens to return (1-20)
max_risk_scoreNoMaximum risk score (0-1)
min_liquidity_usdNoMinimum liquidity in USD

Schema Changelog

Changes observed during successful MCP inspections.

  1. Changed1 schema field changed
    • changedInput schema / $schema
      Previous value: -"http://json-schema.org/draft-07/schema#"New value: +"https://json-schema.org/draft/2020-12/schema"
  2. First observed

TDQS

A3.6/5.0
Behavior3/5

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

No annotations are provided, so the description carries the full burden. It discloses key behaviors: filtering by liquidity and risk score, and ranking safest first. However, it does not describe return format, pagination, data freshness, or any limitations (e.g., source of tokens, time window for 'recently launched'). This is adequate for a simple read-only list tool but leaves some gaps.

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 a single, concise sentence that front-loads the primary purpose ('Discover recently launched Solana tokens') and includes key details without fluff. Every word earns its place, making it highly scannable for an AI agent.

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 tool's simplicity (3 optional parameters, no output schema), the description covers the essential context: what the tool does, how results are filtered and ordered. It lacks mention of output shape or additional constraints, but for a straightforward listing tool, this is sufficiently complete. A more detailed description would be beneficial but is not necessary.

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?

The input schema already fully documents all three parameters with descriptions (100% coverage). The description adds a link between the filters (liquidity and risk) and the parameters, and mentions the safety ranking, but does not provide additional parameter-level meaning beyond the schema. The baseline of 3 applies due to high schema coverage.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool's function: 'Discover recently launched Solana tokens.' It specifies the resource (Solana tokens) and the action (discover), and adds distinguishing details (recently launched, filters, ranking). While it doesn't explicitly name sibling tools, the unique scope and sorting criteria set it apart from generic feed tools like 'feed_latest'.

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 description implies when to use the tool: when you want recently launched tokens filtered by liquidity and risk, ranked safely. However, it provides no explicit guidance on when not to use it or which sibling tools to prefer (e.g., 'feed_latest' for general feeds, 'trending_signals' for trends). The usage context is inferred rather than stated.

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.