Skip to main content
Glama

arbitrumoracle

arb_defi_yields

Compare DeFi yields across all Arbitrum protocols. Filter by TVL and category.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
categoryNoFilter by keyword (e.g., stablecoin, eth, gmx)
min_tvl_usdNoMinimum pool TVL in USD (default: 100000)

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A3.7/5.0
Behavior2/5

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

With no annotations, the description carries the full burden of behavioral disclosure, but it only states the high-level purpose and filtering. It does not mention return format, ordering, pagination, or any limitations/caveats. For a read tool this is a minimal but acceptable description; however, more detail would be expected.

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 two short sentences, front-loaded with the primary purpose and followed by filtering options. Every word earns its place with no redundancy.

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?

This is a simple tool with 2 optional parameters and no output schema. The description is adequate for selecting and invoking the tool but lacks details about what results will look like or any edge cases. It is a minimum viable description, not complete.

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 paraphrases the schema ('Filter by TVL and category'), adding no extra meaning beyond what the parameter descriptions already provide.

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 uses a specific verb ('compare') and a clear resource ('DeFi yields across all Arbitrum protocols'), which distinguishes it from sibling tools like arb_liquidity_scan or arb_protocol_health. It clearly conveys the tool's scope and function.

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 implies usage when comparing yields and provides filtering options (TVL, category) for customization. It does not explicitly state alternatives or when not to use it, but the context is clear enough.

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.