Skip to main content
Glama
rndrpp

100pro-token-risk

token_risk_screen

Read-onlyIdempotent

Screen EVM and Solana tokens for pre-trade risks: honeypot, tax, owner, LP-lock, mint/freeze authority, holder concentration, liquidity depth, and wash-trade signals. Returns a verdict.

Instructions

Pre-trade risk screen for an EVM token contract or a Solana SPL mint (Base, Ethereum, BSC, Polygon, Arbitrum, Solana): honeypot/tax/owner flags, LP-lock state, mint & freeze authority, holder concentration, liquidity depth, wash-trade signals, and a final Verdict line. Up to 5 comma-separated tokens per call. $0.10 USDC for one token, $0.25 for a 2-5 token batch, on Base via x402 v2 — no account, no API key. An unpaid call answers HTTP 402 with the payment challenge; sign it and retry with the payment under params._meta['x402/payment'].

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
chainNoOptional; inferred from the address shape when omitted
tokenYesContract address (0x...) or Solana mint; up to 5 comma-separated

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.1.0

TDQS

A4.4/5.0
Behavior5/5

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

The annotations already declare readOnly/openWorld/idempotent, and the description adds substantial non-obvious behavior: the x402 payment model, the HTTP 402 challenge on unpaid calls, and the required retry with params._meta['x402/payment']. It also summarizes the verdict-style output, which is useful context not present in the annotations.

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?

Every sentence carries information: purpose and output list, batch size, pricing/payment, and retry behavior. The risk attributes are grouped in a colon-delimited list after the purpose, making the key content scannable regardless of the description's length.

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 paid, multi-chain tool with no output schema, the description covers chains, input limits, pricing, auth, payment retry, and the main output categories, and it explicitly mentions a final Verdict line. It could specify the verdict format more concretely, but it gives an agent enough to invoke the tool and interpret the high-level result.

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% and both token and chain are already described, including batch limit and chain inference, so the description mostly restates those details. Its only incremental parameter-related detail is the x402 payment key under params._meta, which is valuable but sits outside the schema properties; the high schema coverage makes the baseline 3 appropriate.

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 'Pre-trade risk screen' and names the exact resource (EVM token contract or Solana SPL mint), followed by a concrete list of outputs (honeypot/tax/owner flags, LP-lock state, holder concentration, liquidity depth, wash-trade signals, Verdict). This gives a specific verb+resource and leaves no ambiguity about what the tool evaluates.

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?

There are no sibling tools, so no explicit alternative routing is needed, but the description clearly frames when it applies: pre-trade screening, supported chains, a 5-token batch limit, and a paid-call caveat. It provides clear context while stopping short of explicit 'do not use for X' exclusions.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Deploy Server

Other Tools