Skip to main content
Glama

token_launches

PAID ($0.02/call). Fresh token launches with HostDeFi safety pre-reads baked in: newest token profiles annotated with authority state, bundled-launch flag, holder concentration and market depth — the clean flag is fail-closed (true only when every check is provably good). Call once WITHOUT x402_payment to receive the x402 payment requirements (an accepts array); pay one of them with any x402 client/wallet, then call again with x402_payment set to the base64 X-PAYMENT payload. You are only charged when a result actually comes back.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
chainNochain filter (default solana)
limitNo
x402_paymentNobase64 X-PAYMENT payload

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. Added

TDQS

A3.9/5.0
Behavior3/5

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

Since no annotations are provided, the description carries full responsibility for behavioral disclosure. It discloses the paid nature ($0.02/call), the fail-closed flag logic, and the fact that charging only happens on successful result (not for the initial requirement-fetch call). However, it doesn't disclose rate limits, token consumption details, or what happens if the payment is invalid, which could be relevant for an agent. The core behavior is well covered, but a few gaps remain.

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 paid nature and safety pre-reads, then details the two-step payment flow. It's detailed but not bloated; every sentence adds necessary context. The structure could be improved by breaking into separate sentences for readability, but it's efficient and information-dense 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 tool with no output schema and no annotations, the description covers the payment workflow, the meaning of the returned safety flags, and the fail-closed logic. An agent can correctly call this tool in two steps and interpret the core result. It lacks details on error handling (e.g., what if payment is reject) and doesn't explain the exact structure of the accept array, but these are secondary. The essential context for usage is present.

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 67%, meaning two of three parameters (chain, x402_payment) have descriptions. The description adds value for x402_payment by explaining it's a base64 X-PAYMENT payload from the first call's accept array, which the schema partially conveys. It also implies chain is optional with a default. However, the limit parameter is well-defined by the schema, and the description doesn't add substantial new meaning beyond what the schema provides, so a 3 is appropriate.

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 retrieves fresh token launches with safety pre-reads, specifying the resource (token launches) and the value-add (HostDeFi safety checks). It distinguishes itself from siblings by noting the baked-in safety annotations, though a direct sibling comparison is not made. The verb is implied but the purpose is unambiguous.

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

Usage Guidelines5/5

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

The description provides an explicit two-step workflow: first call without x402_payment to receive payment requirements, then pay and call again with the base64 payload. It also clarifies that charges only occur when a result is returned, which is a critical usage constraint. No alternative tools are mentioned, but the paid nature and payment flow are clearly explained.

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