Skip to main content
Glama

poolproof — checks before you commit money

deployer

The full launch record of a Solana wallet from our own live recording: how many tokens it deployed, how many reached the exchange, its graduation rate against measured base rates, and whether it is a serial minter with no survivors. Data no feed reconstructs. Flags serial_minter, never_graduated. Facts and flags only, never advice. Free tier: 3 calls per hour per IP, shared with the website; unlimited access costs $0.010 per call over x402 at /v1/deployer

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
walletYesSolana wallet address of the deployer

Schema Changelog

Changes observed during successful MCP inspections.

  1. Added

TDQS

A4.5/5.0
Behavior5/5

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

There are no annotations, so the description fully owns behavioral disclosure. It covers rate limits ('3 calls per hour per IP'), paid access cost and endpoint ('$0.010 per call over x402 at /v1/deployer'), output tone ('facts and flags only, never advice'), and the specific flags returned. This is strong, beyond-schema transparency.

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?

Four sentences, front-loaded with the core purpose, followed by flags, behavioral guardrails, and operational details. Every sentence earns its place; the only arguably promotional line, 'Data no feed reconstructs,' still reinforces why the tool is uniquely useful.

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?

For a single-parameter tool with no output schema and no annotations, the description is sufficiently complete: it enumerates the returned metrics, flags, rate limit, pricing, and endpoint. Nothing an agent needs to decide whether to call this tool is missing.

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 schema already documents 'wallet' as a Solana wallet address with 100% coverage, so the description adds little about the parameter itself. It contextualizes the wallet as the deployer in a live recording, but no extra format, constraints, or validation details are provided.

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 returns a Solana wallet's full launch record with concrete metrics: tokens deployed, tokens that reached the exchange, graduation rate, and serial-minter status. It also names the output flags serial_minter and never_graduated, making its scope and resource unambiguous.

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 intended use is clear: retrieve the deployer wallet's launch record, with 'data no feed reconstructs' indicating unique value. It also gives a firm boundary with 'facts and flags only, never advice.' However, it does not name sibling tools or explicitly state when to prefer this over them.

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