Skip to main content
Glama

base_defi_yields

Top DeFi yield opportunities on Base filtered by TVL

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNo
min_tvl_usdNo

Schema Changelog

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

  1. First observed

TDQS

B3.4/5.0
Behavior2/5

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

There are no annotations, so the description carries the full burden for behavioral disclosure. It does not mention whether the operation is read-only, how results are sorted or paginated, what 'top' means (e.g., by yield vs. TVL), or any defaults for the parameters. The description is too minimal to convey these important behavioral traits.

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 concise sentence with no fluff. It is front-loaded with the key purpose. However, it is slightly under-specified, lacking detail that could easily be added without making the description bloated, so it earns a 4 rather than a 5.

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

Completeness2/5

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

With no output schema and no annotations, the description should explain return values, sorting, and possibly differentiate from siblings like base_protocol_tvl. It does none of this. The tool has only two parameters, but the lack of return format and selection criteria makes it incomplete for an agent to fully understand what it will get.

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%, so the description must explain the parameters. It only addresses 'min_tvl_usd' implicitly through 'filtered by TVL' but does not explain 'limit' or its default behavior. The parameter meanings are not fully clarified beyond what the schema already shows (e.g., default values).

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 clearly states the tool lists top DeFi yield opportunities on Base, filtered by TVL. It is specific about the resource (DeFi yields on Base) and the action (listing top opportunities), and it distinguishes itself from sibling tools like base_gas or base_overview.

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 context for when to use this tool: when the user needs top DeFi yield opportunities on Base. It does not explicitly mention alternatives or exclusions, but the purpose is distinct enough from siblings that the context is clear without needing to name them.

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

Each tool addresses a distinct domain: contract verification, yields, gas, ecosystem overview, TVL, RWA, stablecoins, and wallet intelligence. No overlap or ambiguity in purpose.

Naming Consistency5/5

All tools follow a consistent 'base_' prefix followed by a descriptive noun (e.g., base_gas, base_wallet_intel). Pattern is uniform and predictable.

Tool Count5/5

8 tools is well-scoped for an L2 ecosystem oracle, covering a broad range of core data points without bloat. Each tool adds distinct value.

Completeness4/5

Covers major Base ecosystem areas: overview, gas, DeFi, stablecoins, wallets, contracts, and RWA. Minor gaps like NFT or bridge tracking, but the surface is solid for its purpose.