Skip to main content
Glama

scan_token

FREE. HostDeFi token-safety scan — pass any token contract address (Solana mint or EVM address), or an exact token name/ticker: structured risk read with concerning/legitimate on-chain signals (authority state, liquidity, holder concentration, contract flags). No payment, no signup — fair use 100 checks/day per IP (the same free scanner as https://hostdefi.com/scan).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
tokenYestoken contract address / Solana mint, or an exact token name/ticker

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observed

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 and does well: it discloses cost (FREE), auth requirements (none), rate limits (100/day), source (same as hostdefi.com/scan), and output behavior (concerning/legitimate signals). It does not cover error handling or exact return format, but these are secondary for a read-only scan tool.

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 well-structured sentences that pack in all essential details: input, output, cost, rate limit, and provenance. There is no fluff, and key value ('FREE.') is front-loaded.

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 simple one-parameter tool with no output schema, the description is thorough: it explains different input formats, what the risk report contains, and constraints like fair use and no signup. It lacks an explicit return schema or not-found behavior, but the overall context is sufficiently complete for an agent to use it effectively.

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?

The schema already documents the single 'token' parameter with 100% coverage, so the baseline is 3. The description adds a bit of nuance by emphasizing 'exact token name/ticker' and specifying supported address types, but it largely mirrors the schema description rather than adding substantial new meaning.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description uses a specific verb ('scan') and resource ('token-safety scan'), and clearly defines input types (Solana mint, EVM address, exact token name/ticker) and output (structured risk read with listed signals). However, it does not explicitly differentiate from the sibling tool token_risk_verdict, so it does not fully earn a 5.

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 states when to use the tool: for token-safety scanning by passing a contract address, Solana mint, or exact token name/ticker. It also provides practical usage context (free, no signup, 100 checks/day per IP) but does not explicitly mention alternatives or exclusionary cases, so it falls short of 5.

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
Disambiguation2/5

Several tools target the same token-risk domain: token_risk_verdict, token_risk_deep, token_report, and scan_token all surface authority/holder/safety signals, and token_report vs token_risk_deep have nearly overlapping full-history/report scopes. An agent choosing between the cheap verdict, the deep history version, and the full due-diligence report can easily mis-select.

Naming Consistency3/5

All names are lowercase snake_case, but the pattern is split roughly half between verb-led terms and half between noun/resource terms: predict_markets and scan_token vs token_risk_deep and radar_alerts. This is readable, but it is not a consistent verb_noun grammar across the tool set.

Tool Count4/5

Fifteen tools is at the upper edge of a reasonable tool scope, and the catalog spans token risk, launches, prediction markets, swaps, wallets, and x402 billing. It is not overly large, but having three separate token-reporting tools makes the set feel slightly more redundant than its count alone suggests.

Completeness4/5

The server covers its stated domain fairly well: x402 pricing, API key purchase, free token scans, paid deep reports, wallet exposure, swap preview/execution, and prediction-market data are all represented. The main gap is API-key lifecycle management such as checking status or remaining calls, but no core investigation workflow is left as a dead end.

Resources