Skip to main content
Glama

crypto_pre_trade_verdict

One-call GO/CAUTION/NO-GO pre-trade verdict for AI trading agents: fuses token safety (honeypot, rug, tax, holders), counterparty wallet sanctions screening (OFAC/mixer) and cross-exchange market signal into a single decision with a signed, offline-verifiable receipt. Should I buy this token now? Replaces three separate calls (token-safety + wallet-screen + signal) with one fused GO/NO-GO verdict. EVM chains and Solana. Price: $0.05 per call (x402 payment, USDC on Base mainnet). One-call GO/CAUTION/NO-GO pre-trade verdict fusing token safety (honeypot/rug/tax) + counterparty sanctions screening (OFAC/mixer) + cross-exchange market signal, with a signed receipt. Replaces three calls. EVM + Solana. Input: token (+chain, optional wallet).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
chainNobase | ethereum | bsc | polygon | arbitrum | optimism | avalanche | solana (default base)
tokenYesToken contract (EVM 0x+40hex) or SPL mint (base58) to evaluate
walletNoOptional counterparty wallet to screen (OFAC/mixer)

TDQS

A4.2/5.0
Behavior4/5

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

No annotations are provided, so the description carries full burden. It discloses that it returns a verdict with a signed, offline-verifiable receipt, costs $0.05 per call via x402/USDC, and fuses three analyses. It does not elaborate on error handling or rate limits, but the core behavior is transparent.

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 somewhat repetitive: the first and last paragraphs essentially restate the same information. It could be more concise by removing duplication while preserving the key details about pricing and receipt.

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 the complexity of fusing three separate functions and no output schema, the description adequately explains the tool's purpose, supported chains, input parameters, and pricing. It mentions a signed receipt but doesn't detail the verdict format, which is a minor gap. Overall, it is complete enough for an AI agent to decide when and how to invoke it.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema has 3 parameters with 100% description coverage. The description adds meaning beyond the schema: clarifies that chain defaults to 'base', token can be EVM contract or SPL mint, and wallet is optional for counterparty screening. It also summarizes inputs as 'token (+chain, optional wallet)'.

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 it provides a GO/CAUTION/NO-GO pre-trade verdict fusing token safety, wallet screening, and market signal. It directly answers 'Should I buy this token now?' and distinguishes from sibling tools like crypto_token_safety, compliance_wallet_screen, and crypto_signal_fusion by positioning itself as a replacement for three separate calls.

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 explicitly says 'Should I buy this token now?' and explains it replaces three separate calls, giving clear context for when to use it. It also states supported chains (EVM + Solana) and pricing. However, it does not explicitly specify when NOT to use it, though the purpose is well-defined.

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.5/5.0
Disambiguation4/5

Most tools have distinct purposes with detailed descriptions. However, there are clusters of similar tools (e.g., multiple token safety and pre-trade verdict tools for different chains) that could cause confusion, though descriptions help differentiate.

Naming Consistency5/5

All tool names follow a consistent pattern of lowercase snake_case with descriptive prefixes (e.g., agent_, crypto_, x402_). No mixing of conventions or ambiguous names.

Tool Count2/5

52 tools is excessive for a single server, covering a wide range of unrelated domains (crypto, legal, climate, transport, etc.). This overwhelms an agent and suggests a lack of focus.

Completeness2/5

The server lacks a coherent domain; it offers one-off tools across many areas but misses fundamental operations for any specific domain (e.g., no company registry for US, no order placement for crypto). Significant gaps exist.

Resources