Skip to main content
Glama

sol_defi_yields

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

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
categoryNoFilter keyword (e.g., stablecoin, sol, jito)
min_tvl_usdNoMinimum pool TVL (default: 100000)

Schema Changelog

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

  1. First observed

TDQS

A3.9/5.0
Behavior3/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It mentions the tool filters by TVL and category and covers all protocols, but does not describe output format, sorting, or any side effects. Since the tool is a read-only query by nature, these omissions are not severe, but the description lacks detail about what a 'comparison' actually returns.

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 concise sentences that front-load the core action ('Compare DeFi yields across all Solana protocols') and then summarize the filtering options. There is no redundant or filler content, making it efficient and easy to parse.

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 only two optional parameters, no output schema, and no annotations, the description provides basic functionality but lacks detail on the return structure or how results are presented. An agent might need to know the response fields (e.g., protocol name, APY, TVL) to invoke the tool correctly, but the description stays at a high level. It is adequate for a simple query tool but not fully 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?

The input schema already provides full descriptions for both parameters ('Filter keyword' and 'Minimum pool TVL' with a default), giving 100% coverage. The description merely restates that you can filter by TVL and category, adding no additional meaning or constraints beyond what the schema already documents.

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 compares DeFi yields across all Solana protocols, using the specific verb 'compare' and identifying the resource (DeFi yields). This distinguishes it from sibling tools like sol_dex_volume or sol_network_stats, which focus on different metrics.

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 first sentence provides clear context for when to use this tool: to compare yields across Solana protocols. It implies the use case effectively and, since no sibling tool appears to offer yield comparison, there are no exclusions or alternatives to mention. The description could be more explicit about not using it for other metrics, but the context is unambiguous.

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

Each tool targets a distinct aspect of Solana: network stats, DeFi yields, DEX volumes, protocol health, validators, wallets, tokens, and transactions. Even potentially similar tools like sol_protocol_list and sol_protocol_health are clearly separated by purpose (ranking vs. health metrics).

Naming Consistency5/5

All tools follow a strict sol_<resource> pattern with noun phrases (e.g., sol_bridge_flows, sol_token_risk). This is consistent and predictable, though not verb_noun, the pattern is uniform and readable.

Tool Count5/5

12 tools is well within the ideal range for a Solana data oracle. Each tool covers a meaningful area without redundancy, and the count reflects the complexity of the domain without feeling bloated.

Completeness5/5

The toolset provides comprehensive coverage of Solana ecosystem monitoring: network health, DeFi stats, protocol risk, token risk, wallet analysis, and transaction monitoring. No obvious dead ends or missing critical operations for the purpose of an oracle server.