Skip to main content
Glama

defi_pool_top

Risk-adjusted DeFi yield screener: best Base/Ethereum pools ranked by yield discounted for volatility, incentive-share, TVL, outliers, IL. $0.02 USDC (Base).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
chainNobase
limitNo
min_tvlNo
stablecoinNo

TDQS

A3.5/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 behavioral burden. It discloses that the tool computes yield discounted for volatility, incentive-share, TVL, outliers, and impermanent loss, and it mentions the cost of $0.02 USDC on Base. This is meaningful transparency about methodology and pricing, though it doesn't describe output structure 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 a single, front-loaded sentence that immediately states what the tool does, then provides key methodology and cost details. There is no wasted wording, and the structure is easy to scan.

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?

Given the tool has 4 parameters, no annotations, and no output schema, the description provides a good overview of purpose and methodology but lacks parameter details and output format. It is a viable but incomplete description for an agent to fully use the tool without guessing.

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 description coverage is 0%, so the description should compensate. It only hints at the chain parameter by mentioning Base/Ethereum but doesn't explain limit, min_tvl, or stablecoin. The parameter names and defaults are self-explanatory to some degree, but the description adds little beyond the schema's property titles.

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 identifies the tool as a risk-adjusted DeFi yield screener that ranks Base/Ethereum pools by yield discounted for various risk factors. It specifies the resource (pools) and the action (ranking/screening), and the 'top' in the name implies a ranked list. However, it doesn't explicitly differentiate from sibling tools like defi_pool_deep, so it's not 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 Guidelines3/5

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

The description implies usage: if you want the best risk-adjusted DeFi yields, use this tool. It provides context for when to use it (screening top pools), but it doesn't mention alternatives or when not to use it. No explicit guidance about when to choose defi_pool vs defi_pool_deep is given.

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