Skip to main content
Glama

token_risk_scan

Static on-chain token/contract risk scan (proxy/mint/pause/blacklist/setFee/ honeypot, verified source). Returns risk_score, risk_band, flags. $0.02 USDC (Base).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
chainNobase
addressYes

TDQS

B3.1/5.0
Behavior3/5

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

With no annotations, the description carries full burden. It discloses the operation is static, lists return fields (risk_score, risk_band, flags), and states a $0.02 USDC cost on Base. However, it does not explicitly state the operation is read-only or mention permissions, rate limits, or failure modes.

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 extremely concise and front-loaded, with each clause earning its place: purpose, risk factors, return values, and pricing. No waste or redundancy.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a simple 2-parameter tool, the description gives core information, but gaps remain: no output schema, no flag/risk_band semantics, no explicit supported chains, and no differentiation from 'token_risk_deep'. The cost and static nature help but are not sufficient for full context.

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

Parameters2/5

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

Schema coverage is 0% and the description adds no explanation of the 'address' or 'chain' parameters beyond what the schema shows. 'Address' is self-explanatory, but the description does not help the agent understand what values are valid or how the chain parameter affects behavior.

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 clearly states this is a static on-chain token/contract risk scan, listing specific risk factors (proxy, mint, pause, blacklist, setFee, honeypot, verified source) and return fields. However, it does not explicitly distinguish itself from the sibling 'token_risk_deep'.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description implies use for token risk scanning but provides no guidance on when to choose this tool over siblings like 'token_risk_deep' or the defi_pool tools. No exclusions, prerequisites, or alternatives are mentioned.

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

Each tool has a clearly distinct purpose: defi_pool, defi_pool_deep, and defi_pool_top cover different depths of DeFi pool analysis, while token_risk_scan and token_risk_deep focus on token contract risk at different levels. There is no ambiguity between them.

Naming Consistency5/5

All tool names follow a consistent snake_case pattern with a domain prefix (defi_pool_* or token_risk_*) and optional descriptive suffixes (deep, top, scan). This makes the naming predictable and easy to navigate.

Tool Count5/5

Five tools is a well-scoped number for a specialized token-risk and DeFi pool intelligence server. Each tool serves a distinct purpose without redundancy, and the count is within the ideal 3-15 range.

Completeness5/5

The tool surface covers the core domain comprehensively: basic and deep analysis for both token risk and DeFi pools, plus a top pool screener. There are no obvious dead ends or major missing operations for the stated purpose.

Resources