Skip to main content
Glama

chiefofstaff token safety (Solana + Robinhood Chain)

Solana token safety check (paid, $0.01 USDC)

solana_token_safety_check
Read-only

Pre-trade safety grade for a Solana SPL mint: signal PASS/FLAG/FAIL, verdict, tier, authorities, RugCheck risks, LP lock, holders/top-10, Jupiter liquidity, momentum, sell-route honeypot check. $0.01 USDC via x402 (Base or Solana) from YOUR wallet. Heuristic, not financial advice.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
mintYesSolana SPL token mint (base58)
payment_signatureNoOptional. Base64 x402 v2 PAYMENT-SIGNATURE you signed with your own wallet for this exact request (see get_payment_quote). Omit to receive the live 402 offer; nothing is charged.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A3.7/5.0
Behavior1/5

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

Annotation Contradiction: readOnlyHint=true conflicts with the description's explicit statement that the call is paid and charges $0.01 USDC via x402 from the user's wallet, which is a side effect. The description does transparently disclose the heuristic nature, but the contradiction with the read-only annotation dominates this dimension.

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 two sentences: the first front-loads the core output and scope, the second covers cost, payment mechanism, and disclaimer. Every sentence earns its place with no redundancy.

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 paid, no-output-schema tool, it lists the key return fields, payment cost and mechanism, and the optional payment_signature path. The schema's payment_signature description references get_payment_quote, so an agent has the full workflow needed to invoke 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 description coverage is 100%, so the schema already defines mint and payment_signature adequately. The description adds contextual payment information but no new parameter-level semantics beyond what the schema provides, hence the baseline 3.

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 uses a concrete verb and resource ('Pre-trade safety grade for a Solana SPL mint') and enumerates a specific output list (PASS/FLAG/FAIL, verdict, tier, authorities, RugCheck risks, etc.). The 'Solana' qualifier and safety-grade focus distinguish it from sibling robinhood_token_safety_check.

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?

It clearly frames when to use the tool: before a trade on a Solana SPL mint, and it explains the payment flow (omit payment_signature to receive an offer). It does not explicitly name alternatives or exclusions, but sibling context and the Solana-specific framing provide enough context.

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