Skip to main content
Glama

yield_report

An LLM-written read of DeFi yield pools from DefiLlama matching a filter: a headline verdict, key points, risks, a best-fit pool if any, and caveats, alongside the underlying pool rows. Price $0.10 per call, paid with USDC over x402.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
chainNochain name, e.g. base, ethereum, solana
limitNomaximum pools to include; default 10
symbolNotoken symbol, e.g. USDC
projectNoDefiLlama project slug, e.g. aave-v3
stablecoinNorestrict to stablecoin pools only
min_tvl_usdNominimum pool TVL in USD; default 1000000

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. Added

TDQS

A3.6/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 burden, and it discloses the price ($0.10 paid in USDC via x402), a key behavioral and financial constraint, plus the exact output components including the fact that a best-fit pool may be absent ('if any'). It omits failure modes and empty-result behavior but covers cost, payment, and the non-mutating nature via the word 'read'.

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 a single dense sentence that front-loads the tool's identity and output sections before the cost. The colon-separated list and payment clause are all essential, with no filler words.

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 six optional parameters and no output schema, the description adequately sketches return structure and cost, but it leaves filter semantics (AND vs OR, optionality of chain) and no-match behavior unspecified. An agent would still need to infer how the optional filters combine to form a valid request.

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 coverage is 100%, so the baseline is 3. The description only says 'matching a filter' and adds no detail beyond the schema's per-parameter descriptions, so it doesn't improve semantic understanding of chain, limit, symbol, project, stablecoin, or min_tvl_usd.

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 states it is an LLM-written read of DeFiLlama yield pools and enumerates the deliverable sections (verdict, key points, risks, best-fit pool, caveats, pool rows), which makes the tool's function and output clear. It doesn't name a sibling, but 'LLM-written' implicitly separates it from raw data tools like defi_yields.

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 this tool is for narrative analysis rather than raw scraping or protocol metadata, but it never explicitly states when to prefer it over siblings such as defi_yields or scrape_summary. No exclusions or alternative conditions are provided.

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
Disambiguation4/5

Most tools are distinct, but scrape_markdown and scrape_summary overlap heavily, and defi_yields and yield_report both concern yield data with only presentation differences. Descriptions help clarify, but selection could still be ambiguous.

Naming Consistency3/5

Names are descriptive but follow mixed conventions: scrape_markdown and scrape_summary are verb-first, while claim_check, token_check, defi_protocol, defi_yields, and yield_report are noun-oriented. No clear consistent verb_noun pattern across the set.

Tool Count5/5

Seven tools is a reasonable, focused set for a multi-domain data service covering claims, DeFi, scraping, and token checks. It is neither too sparse nor bloated.

Completeness4/5

The surface covers the apparent domains well, with both raw data and summary variants for key areas. Minor gaps exist such as no obvious listing/search endpoint for DeFi protocols, but the core workflows are supported.

Resources