Skip to main content
Glama

Trust Check

Check if a token is safe to buy (Base)

check_token_safety
Read-only

Before buying a token on Base, check it: simulates a real buy and sell (honeypot and hidden-tax test), reads owner powers (mint, blacklist, fee changes, pause), whale concentration, liquidity lock and scam lists. Returns a verdict (scam / high_risk / caution / low_risk) with plain-language reasons. 5 free checks per day, then $0.003 per check via x402 (USDC on Base).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
addressYesToken contract address on Base

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.2/5.0
Behavior4/5

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

Annotations already declare readOnlyHint and openWorldHint, so the safety profile is covered by structured data. The description adds genuine value on top: it discloses that the tool simulates a buy/sell rather than executing one, exposes the cost model and daily quota, and states the verdict output format. No contradictions with 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?

Three dense sentences with zero filler: the first front-loads the user-facing intent and the full list of checks, the second states the return format, and the third states cost and payment method. Every clause earns its place.

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 single-parameter, read-only check tool this is nearly complete: the schema documents the input, the description documents the checks performed, the verdict categories, and the pricing, while annotations carry the safety profile. Minor gaps — no failure/error behavior (e.g., invalid or non-token contract) and no explicit sibling routing — keep it from a 5.

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% — the single 'address' parameter already has a pattern and a description ('Token contract address on Base'). The description adds no parameter-level detail beyond what the schema provides, so the baseline 3 for high coverage applies.

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?

Description uses a specific verb ('check') and resource (token on Base) and enumerates exactly what is evaluated: honeypot/hidden-tax simulation, owner powers, whale concentration, liquidity lock, scam lists. The '(Base)' qualifier in the title and the token-specific checks clearly distinguish it from the sibling check_address_safety, which targets addresses rather than tokens.

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?

'Before buying a token on Base, check it' gives a clear trigger condition for when to call the tool, and the 5-free-checks/day then $0.003 quota guides volume. However, it never names alternatives or exclusion conditions (e.g., when check_address_safety would be the right choice instead), so it stops short of full when/when-not 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.

Resources