Skip to main content
Glama

Tokenized Stocks & Agent Data (x402)

solana_token_verdict

Use this when an agent or a human asks 'is this Solana token safe, a joke, or a rug?': send one mint address, get a graded verdict (BASED / MID / COOKED / RADIOACTIVE), a one-liner, a short roast, and the facts behind the grade: price, liquidity, 24h volume, FDV, pair age, holder count, top-10 concentration, mint and freeze authority, LP lock, rugcheck risk flags, launchpad. Grade is rule-based and reproducible from the facts. Entertainment, not trading advice. Costs $0.02 (USDC on Base or Solana, x402). HTTP twin: https://x402-accelerometer-feed.fly.dev/solana/token-verdict/{mint}

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
mintYesSolana token mint address (base58)

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.5/5.0
Behavior5/5

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

With no annotations, the description carries the full behavioral burden hydra, and it does so well: it discloses that the grade is rule-based and reproducible, that the output is entertainment and not trading advice, and that the call costs $0.02 via x402 with an HTTP twin for direct access. It also enumerates all returned facts, making side effects and response contents clear before invocation.

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 front-loaded with a practical use-case sentence and immediately names the verdict categories. The rest is a tight, well-structured list of returned facts plus payment and HTTP-alternative details; every sentence earns its place and none is redundant with the schema.

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 endpoint with no output schema, the description is remarkably complete. It specifies the input, the output grade categories, the underlying facts, the pricing/billing behavior, and the direct HTTP alternative, giving an agent everything it needs to decide and invoke the tool correctly.

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 100%, so the baseline is 3; the mint parameter is fully described with type, pattern, and base58 explanation. The description adds only the mild constraint that exactly one mint address should be sent and provides the URL template, which does not materially elevate the semantics beyond the schema.

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 opens with the exact question this tool answers ('is this Solana token safe, a joke, or a rug?') and names a concrete resource: one Solana token mint address. It also describes the output with specific grade categories and supporting facts, making the tool's function and scope unmistakable.

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 an explicit 'Use this when...' trigger statement and describes the natural-language intent it serves. It does not explicitly mention when not to use it or name alternatives, though the sibling tools do not appear to overlap with this functionality.

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