Skip to main content
Glama

Stratalize Crypto & DeFi

get_defi_yield_benchmark

Read-only

DeFi lending and stable yield benchmark from DeFiLlama Yields — top pools by APY with p25/p50/p75 APY bands, TVL, chain, and pool id. Optional protocol (project slug substring) and/or asset (symbol substring). With no filters, universe is stablecoin-marked pools (typical lending / money-market supply). Free public API, no key.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
assetNoFilter by pool symbol substring, e.g. USDC, DAI, ETH
protocolNoFilter by DeFiLlama project slug substring, e.g. aave-v3, compound-v3

TDQS

A4.2/5.0
Behavior4/5

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

Annotations already declare readOnlyHint=true and destructiveHint=false, so the safety profile is covered. The description adds meaningful behavioral context: 'Free public API, no key' indicates no authentication required, and 'With no filters, universe is stablecoin-marked pools' discloses the default selection behavior. This goes beyond annotation coverage.

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?

Three sentences, each serving a distinct purpose: core benchmark definition, filter options, and API access details. Information is front-loaded and there is no waste or redundancy. The structure is ideal for agent consumption.

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 read-only tool with two optional string parameters, the description covers the data source, output contents, default behavior, and authentication requirements. It omits details like exact response format or potential rate limits, but given the tool's simplicity and strong annotations, this is adequately complete for reliable invocation.

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?

Schema description coverage is 100%, so both parameters are already documented as substring filters. The description echoes the same semantics ('project slug substring', 'symbol substring') without adding new meaning beyond the schema. The default universe explanation slightly enhances understanding but does not materially extend parameter semantics.

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 a specific verb and resource: 'DeFi lending and stable yield benchmark from DeFiLlama Yields' and enumerates concrete outputs (top pools by APY with p25/p50/p75 APY bands, TVL, chain, pool id). This clearly distinguishes it from siblings like get_stablecoin_yield_benchmark by specifying the benchmark universe and data source.

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 clearly states optional filters (protocol and asset substrings) and explains the default universe when no filters are applied ('stablecoin-marked pools'). It does not explicitly name alternatives or exclusions, but the contextual guidance is sufficient for an agent to decide when to use this tool.

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 benchmark category (e.g., chain TVL, yield, options IV, RWA), with no overlapping purposes. The overview tool is clearly different. Agents can easily distinguish them.

Naming Consistency4/5

Most tools follow 'get_<descriptor>_benchmark' pattern, but 'get_stratalize_overview' breaks the pattern. The naming is otherwise consistent and descriptive.

Tool Count5/5

With 9 tools covering major DeFi and crypto benchmarks (TVL, yields, gas, options, RWA, etc.), the set is well-scoped and each tool serves a clear purpose.

Completeness4/5

The tool surface covers a broad range of crypto/DeFi benchmarks. Minor gaps exist (e.g., spot price feeds, exchange data), but the set is sufficient for benchmarking and agent discovery.

Resources