Skip to main content
Glama
ymylive
by ymylive

list_chains_tvl

Retrieve blockchain networks sorted by total DeFi TVL to identify chains with highest activity and discover chain names for further queries.

Instructions

List blockchain networks ranked by current total DeFi TVL.

Use for "which chains have the most DeFi activity?", "how does Solana's TVL compare to Ethereum's?", or to discover chain names you can pass to get_chain_tvl_history or list_protocols(chain=...).

Args: limit: Number of chains to return after sorting by TVL desc (1..200).

Returns: Array of chain summaries with name, tvl, tokenSymbol, chainId, gecko_id, cmcId.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNo
Behavior4/5

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

No annotations provided, but the description implies a read-only operation by stating it lists current TVL. It doesn't explicitly state non-destructiveness, but the context is clear. Returns a sorted array, and mentions parameters and return fields, which adds transparency.

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?

Concise and well-structured with two paragraphs plus Args/Returns. Every sentence contributes meaning, and the most important info is front-loaded.

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

Completeness5/5

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

Given the tool's simplicity (one param, no output schema, no annotations), the description is complete: covers purpose, usage, parameter, and return structure. No gaps.

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

Parameters5/5

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

Only one parameter (limit) with schema coverage 0%. Description adds value by explaining 'Number of chains to return after sorting by TVL desc (1..200)', providing range and default behavior 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?

The description clearly states the tool's purpose: 'List blockchain networks ranked by current total DeFi TVL.' It uses a specific verb and resource, and distinguishes from sibling tools like get_chain_tvl_history and list_protocols by mentioning them.

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

Usage Guidelines5/5

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

Provides explicit usage examples and when to use alternatives: 'Use for 'which chains have the most DeFi activity?', 'how does Solana's TVL compare to Ethereum's?', or to discover chain names you can pass to get_chain_tvl_history or list_protocols(chain=...).'

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/ymylive/coin-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server