Skip to main content
Glama

solana_token_safety

Solana SPL token safety, rug check and honeypot / scam detection before trading: is this Solana token a rug pull, honeypot or scam? Verdict SAFE/RISKY/CRITICAL + 0-100 score combining STATIC checks (mint/freeze authority, holder concentration) AND BEHAVIORAL analysis (liquidity, churn, recent dump, tx velocity) plus a blue-chip false-positive guard so USDC/USDT/SOL are never flagged. Pre-trade SPL token security / scam-token detection catching behavioral rugs static checkers miss. Price: $0.01 per call (x402 payment, USDC on Base mainnet).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
deepNoDeeper behavioral + holder analysis (more RPC calls)
mintYesSPL token mint address (base58), e.g. 'EPjFW...Dt1v' (USDC)

TDQS

A4/5.0
Behavior4/5

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

With no annotations, the description carries the full burden. It discloses the verdict scale (SAFE/RISKY/CRITICAL), the 0-100 score, the combination of STATIC and BEHAVIORAL checks, the blue-chip false-positive guard, and even the pricing and payment method ($0.01 per call, x402, USDC on Base mainnet). It does not explicitly state it's a read-only operation, but the nature of a safety check implies non-destructive behavior. This is a high level of transparency.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness3/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is front-loaded with the purpose but contains redundancy: 'rug check and honeypot / scam detection' is repeated as 'scam-token detection', and 'before trading' is repeated as 'Pre-trade'. The pricing and payment sentence is useful but could be separated or abbreviated. It's not a model of conciseness, though it remains readable and informative.

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 there is no output schema, the description explains the main output (verdict SAFE/RISKY/CRITICAL + 0-100 score) and analysis methodology. It also covers pricing and the false-positive guard. It does not detail return fields, error cases, or prerequisites like RPC endpoints, but for an agent deciding to invoke this tool with a mint address, it provides enough context to select and call correctly. The absence of an explicit read-only statement is a minor gap.

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 description does not add parameter-specific semantics beyond the schema; the mint example 'EPjFW...Dt1v' (USDC) is already in the schema description. The 'deep' parameter's meaning (more RPC calls) is explained in the schema, and while the description's emphasis on behavioral analysis aligns, it does not add new information. The schema already carries the burden.

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's purpose: 'Solana SPL token safety, rug check and honeypot / scam detection before trading' and later 'Pre-trade SPL token security / scam-token detection'. It names a specific verb (safety check, rug check) and resource (Solana SPL token), and distinguishes it from siblings like solana_pre_trade by focusing on rug/honeypot and behavioral detection.

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 clear context: 'before trading' and 'Pre-trade' indicate when to use it. It also mentions that it catches 'behavioral rugs static checkers miss', implying it complements static analysis alternatives. However, it does not explicitly name alternative tools or state when not to use it, so it stops short of full exclusion guidance.

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.

TDQS

A3.9/5.0
Disambiguation3/5

There is notable overlap between crypto_pre_trade_verdict and solana_pre_trade, both providing pre-trade decisions for Solana. The agent_rank_check and agent_visibility_audit are also similar in purpose but differentiated by depth. However, descriptions are detailed enough to clarify the intended use, so ambiguity is moderate.

Naming Consistency4/5

Tool names consistently use snake_case and often include domain prefixes like crypto_, solana_, and agent_. Minor deviations exist, such as solana_pre_trade lacking the 'verdict' suffix seen in crypto_pre_trade_verdict, and standalone names like gleif_lei and polymarket_odds that don't follow a domain-prefix pattern. Overall, the style is predictable and readable.

Tool Count5/5

With 10 tools, the server is well-scoped within the ideal 3-15 range. Each tool serves a distinct purpose or tier (e.g., quick check vs. deep audit), and the count feels appropriate for a multi-purpose utility server without being overwhelming or sparse.

Completeness3/5

The server covers several domains, but each has gaps. For example, there is no dedicated wallet address sanctions screening tool (only fused into crypto_pre_trade_verdict), no token price or market data tool outside of the dossier, and no agent search or listing functionality. However, the core risk-check workflows (token safety, pre-trade, agent visibility) are reasonably well-covered with both quick and detailed tiers.