Skip to main content
Glama

info_compliance_check_token_security

Read-onlyIdempotent

Public heuristic token security screen (e.g. tax/holder-risk style signals from data providers). Not a security guarantee or legal/investment advice. On-chain activity stats→get_token_onchain. Token xor address with chain; scope in schema. Read-only public research data. No account access, no order placement or fund transfers. Not investment advice.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
langNoLocale: en|cn|tw|ja|kr; default en.
chainYesChain id e.g. eth, bsc, solana, base, arb.
scopeNobasic (default)|full.
tokenNoToken symbol e.g. PEPE; xor with address.
addressNoContract address; xor with token.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
chainYes
countYes
scopeNo
tokenNo
totalYes
addressYes
buy_taxNo
holdersNo
sell_taxNo
name_riskNo
risk_factsNo
duration_msYes
is_honeypotYes
holder_countNo
risk_summaryYes
tax_analysisNo
data_analysisNo
low_risk_listNo
top10_percentNo
high_risk_listNo
is_open_sourceYes
middle_risk_listNo
dev_holding_percentNo

TDQS

A4.3/5.0
Behavior4/5

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

Annotations already declare readOnlyHint=true, idempotentHint=true, destructiveHint=false. The description adds meaningful context beyond those: it's a heuristic, not a security guarantee, no account access, no fund movement, and reiterates 'not investment advice'. This clarifies the operational boundaries beyond the structured hints, without contradicting them.

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

Conciseness4/5

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

Three sentences deliver purpose, disclaimers, routing, and parameter logic without excessive verbosity. The key purpose is front-loaded, and each sentence earns its place. Slightly run-on with multiple clauses, but still reads cleanly and is appropriately sized for the information conveyed.

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?

With an output schema present and 100% parameter coverage, the description doesn't need to describe return values. It covers purpose, limitations, routing, parameter logic (xor), and safety disclaimers. The only minor gap is not explicitly stating prerequisites (e.g., need chain plus either token or address), but that's implied by the xor note and required chain.

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 description coverage is 100%, so baseline is 3. The description adds genuine value by explaining the 'Token xor address with chain' relationship, which is not fully spelled out in individual property descriptions. Also notes that 'scope' is in the schema (redundant but harmless). This goes slightly beyond the schema's documentation.

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?

States a specific verb/resource (checks token security) and gives concrete examples of what it surfaces (tax/holder-risk signals). Explicitly routes on-chain activity stats to a sibling (get_token_onchain), clearly distinguishing its scope from that tool. The purpose is unambiguous and distinct from all 30+ siblings.

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?

Provides a direct routing rule ('On-chain activity stats→get_token_onchain') which tells the agent when to pick the alternative. Implies usage context through 'public heuristic', 'read-only public research data', and explicit exclusions ('no order placement or fund transfers'). Doesn't state a formal 'when to use this' sentence, but the intent and exclusions are clear enough.

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

A4.1/5.0
Disambiguation5/5

Each tool targets a distinct data object and action (e.g., coin info vs rankings, market snapshot vs batch, marketdetail kline vs markettrend kline), with prefixes and descriptions clearly separated by domain. No two tools appear to serve the same purpose.

Naming Consistency5/5

All tools follow a consistent pattern: info_<domain>_<verb>_<object>, with verbs mainly get, search, and batch. The naming style is uniform across all 32 tools, making it easy to infer tool purpose from its name.

Tool Count3/5

32 tools is heavy compared to typical servers, and it exceeds the 25-tool threshold. However, the server is a comprehensive crypto data aggregator covering multiple subdomains (coin, macro, market, onchain, platform metrics), which justifies the large count to some extent. It sits at the borderline between borderline and too many.

Completeness5/5

The tool surface covers the full lifecycle for read-only research: coin discovery, rankings, search, technical analysis, onchain exploration, platform metrics, stablecoins, yield pools, bridges, and macro indicators. No critical missing functionality for the stated purpose of public research data access.