Skip to main content
Glama

get_defi_tvl

Protocols ranked by TVL. $0.02.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
chainNoall
limitNo
api_keyYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. Changed1 schema field changed
    • removedInput schema / properties / api_key / description
      Removed value: -"Your API key"
  2. First observed

TDQS

C2.7/5.0
Behavior3/5

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

No annotations are provided, so the description must bear the full burden. It mentions the cost ($0.02), which adds some behavioral transparency, but does not disclose whether it is read-only, rate limits, or data freshness. The cost info is useful but incomplete.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness3/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is very short (two sentences) and contains no redundant information. However, it lacks structure and does not front-load the most critical details (e.g., parameters or output). The cost info is important but appended awkwardly.

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?

For a tool with 3 parameters, no schema description coverage, and no output schema, the description is woefully incomplete. It fails to explain what the output looks like, how to use the parameters, or any examples. The cost mention is the only redeeming factor.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters1/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 0%, but the description provides no information about the parameters (chain, limit, api_key). This is a critical failure; the agent cannot understand how to use the parameters from the description alone.

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 clearly states that the tool returns protocols ranked by TVL, which is specific and distinguishes it from sibling tools like get_defi_pools or get_defi_protocol. However, it does not elaborate on what TVL means or the scope of protocols, so it's not a perfect 5.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description gives no guidance on when to use this tool versus alternatives (e.g., get_defi_yields or get_defi_protocol). With 40+ sibling tools, the lack of usage context is a significant gap.

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.

Resources