Skip to main content
Glama

DeFi Token Risk Snapshot

score_defi_token_risk
Read-onlyIdempotent

Return a research-only token risk snapshot from public liquidity, volume, pair-age, volatility, and data availability. Does not trade and is not financial advice. Buy and run for 0.01 USDC on Base at https://payanagent.com/x402/kh7eqsawc4t694gf1pxqn5shwn8ah5sw.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
chainNo
market_dataNoOptional caller-supplied Dexscreener-shaped data for deterministic/test usage.
token_addressYesEVM token address or Solana mint address.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
sourceYes
productYes
priceUsdYes
claimBoundaryYes

TDQS

A4.1/5.0
Behavior4/5

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

Annotations already declare readOnlyHint=true, openWorldHint=true, idempotentHint=true, and destructiveHint=false. The description adds beyond that by stating 'Does not trade' and 'not financial advice,' and reveals a 0.01 USDC payment requirement via a URL. These are useful behavioral and cost details that do not contradict the annotations.

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?

The description is three sentences: purpose, safety caveat, and payment instruction. The function is front-loaded and there is no filler, but the URL and payment sentence adds operational detail that could be considered slightly extraneous to the core description.

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?

An output schema exists, so return values are documented externally. The description covers data sources, payment, and non-trading behavior, which is adequate for a read-only snapshot tool. It could mention required token_address or chain behavior, but those are handled by the schema, so no major gaps remain.

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 description does not elaborate on the individual parameters. The schema already covers token_address and market_data with descriptions and chain via an enum, giving 67% coverage. The description adds no extra meaning for parameters, so a baseline score is appropriate.

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 opens with 'Return a research-only token risk snapshot from public liquidity, volume, pair-age, volatility, and data availability,' which is a specific verb+resource statement and clearly lists the data inputs. It distinguishes the tool from siblings like compare_market_tool_options and quote_agent_route by focusing on a risk snapshot rather than market comparison or quoting.

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 provides clear when-not context ('Does not trade and is not financial advice') and labels the tool as 'research-only,' which implies appropriate use cases. It also discloses a payment prerequisite ('Buy and run for 0.01 USDC on Base'), but it does not name alternatives or explicitly state when to prefer this tool over siblings.

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

Tools are mostly distinct: compare tool options, generate lead brief, quote agent route, and score token risk. However, 'compare_market_tool_options' and 'quote_agent_route' both involve tool selection and cost, which could cause some confusion.

Naming Consistency5/5

All tool names follow a consistent verb_noun snake_case pattern: compare_, generate_, quote_, score_. This makes the set predictable and easy to navigate.

Tool Count5/5

With 4 tools, the server is well-scoped for its purpose of providing decision-support for paid tool usage. Each tool addresses a specific aspect of that domain without being excessive or too thin.

Completeness4/5

The domain appears to be agentic decision-support for market/lead/tool/token evaluation. Core workflows are covered, but there is no tool for actually executing purchases or managing subscriptions, which could be a minor gap.