Skip to main content
Glama

get_chain_tvl

Get blockchain ecosystem TVL data. Returns all chains ranked by TVL, or TVL history for a specific chain.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
chainNoChain name for history (e.g. Ethereum, BSC, Solana). Omit for all chains.
limitNoHistory data points (default 10, max 30)

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?

No annotations are provided, so the description must compensate. It correctly indicates read-only behavior ('Get', 'Returns'), but does not mention data freshness, rate limits, or authentication needs. Adequate but not thorough.

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 a single, well-structured sentence that conveys all essential information without redundancy or wasted 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?

While the description covers the basic functionality, it lacks detail on the output format (e.g., fields for TVL, timestamps for history). No output schema exists, so the description should have hinted at the response structure for an agent to use correctly.

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

Parameters4/5

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

With 100% schema description coverage, the baseline is 3. The description adds value by explaining the dual-mode behavior: omitting chain returns all chains ranked, while providing a chain returns its history. This clarifies parameter usage beyond the schema.

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?

Clearly states the tool retrieves blockchain ecosystem TVL data, with two distinct modes: all chains ranked or history for a specific chain. This distinguishes it from sibling tools that focus on protocols or yield pools.

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 use for TVL data but provides no explicit guidance on when to choose this tool over siblings like get_defi_protocols or get_yield_pools. Usage context is only implied.

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

A4.2/5.0
Disambiguation5/5

Each tool targets a distinct aspect of DeFi data: chain TVL, protocol TVL, and yield pools, with no overlapping functionality.

Naming Consistency5/5

All tools follow a consistent 'get_<domain>' pattern, making the tool names predictable and easy to understand.

Tool Count5/5

Three tools is a focused and appropriate set for querying DeFi data, covering key metrics without unnecessary bloat.

Completeness4/5

The tools cover the main DeFi data categories (chain TVL, protocol TVL, yield pools), though additional features like historical comparisons or token details could enhance completeness.

Resources