DeFi Protocol Data
Server Details
DeFi protocol data: TVL, yield pools, and cross-chain analytics
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
Glama MCP Gateway
Connect through Glama MCP Gateway for full control over tool access and complete visibility into every call.
Full call logging
Every tool call is logged with complete inputs and outputs, so you can debug issues and audit what your agents are doing.
Tool access control
Enable or disable individual tools per connector, so you decide what your agents can and cannot do.
Managed credentials
Glama handles OAuth flows, token storage, and automatic rotation, so credentials never expire on your clients.
Usage analytics
See which tools your agents call, how often, and when, so you can understand usage patterns and catch anomalies.
Tool Definition Quality
Average 3.8/5 across 3 of 3 tools scored.
Each tool targets a distinct level of DeFi data: chain-level TVL, protocol-level TVL, and pool-level yields. There is no ambiguity or overlap in their purposes.
All tools follow the consistent 'get_noun' pattern with snake_case (get_chain_tvl, get_defi_protocols, get_yield_pools), making the naming predictable and easy to understand.
Three tools is an appropriate scope for a DeFi data server, covering the primary data points (chain TVL, protocol TVL, yield pools) without being overly minimal or excessive.
The tool set covers the main DeFi data needs, but lacks historical TVL for protocols and detailed pool information. However, within the limited scope, it is reasonably complete.
Available Tools
3 toolsget_chain_tvlAInspect
Get blockchain ecosystem TVL data. Returns all chains ranked by TVL, or TVL history for a specific chain.
| Name | Required | Description | Default |
|---|---|---|---|
| chain | No | Chain name for history (e.g. Ethereum, BSC, Solana). Omit for all chains. | |
| limit | No | History data points (default 10, max 30) |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations provided, so description must carry burden. It correctly states it returns data (non-destructive) but lacks details on rate limits or other behavioral traits. Adequate for a simple read tool.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
Two sentences, front-loaded with purpose, no redundant information. Highly concise and well-structured.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given no output schema, description sufficiently explains return behavior (all chains ranked or history). Could mention that data is live or source, but complete enough for a simple TVL tool.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema coverage is 100%, so baseline is 3. Description adds context ('blockchain ecosystem TVL data') but does not provide additional parameter meaning beyond what's in the input schema descriptions.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
Description clearly states the action (Get) and resource (blockchain ecosystem TVL data) and distinguishes two modes (all chains ranked, or history for specific chain). Siblings are about DeFi protocols and yield pools, so this is distinct.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
Description implies usage for TVL data but provides no explicit guidance on when to use this tool versus siblings like get_defi_protocols or get_yield_pools. No exclusions or alternatives mentioned.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
get_defi_protocolsAInspect
Get DeFi protocol TVL data from DefiLlama. Returns top protocols sorted by Total Value Locked. Filter by chain, minimum TVL, or get a single protocol by slug.
| Name | Required | Description | Default |
|---|---|---|---|
| slug | No | Single protocol slug for detail (e.g. aave, uniswap, lido) | |
| chain | No | Filter by blockchain (ethereum, bsc, solana, arbitrum, etc.) | |
| limit | No | Number of results (default 20, max 100) | |
| min_tvl | No | Minimum TVL in USD |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description must carry the full burden. It states returns are 'top protocols sorted by TVL' but does not define 'top' (e.g., total number or ranking cutoff), mention limits (default 20, max 100 from schema), rate limits, or data freshness. The description gives a basic understanding but lacks important behavioral details.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description consists of two sentences: the first defines the purpose, the second lists key filtering options. It is succinct, front-loaded, and contains no redundant information. Every word contributes to understanding the tool's functionality.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given no output schema, the description could be more complete about the response format (e.g., fields like 'name', 'tvl', 'slug'). However, it adequately covers the main use cases and filtering. For a simple data retrieval tool with well-documented schema, the description is nearly complete, missing only a brief mention of return structure.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
All 4 parameters are fully described in the input schema (100% coverage), so the baseline is 3. The description summarizes filtering options but does not add new meaning beyond the schema descriptions (e.g., 'Filter by chain' vs schema's 'Filter by blockchain (ethereum, bsc, solana, arbitrum, etc.)'). No additional semantic value is provided.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states it retrieves DeFi protocol TVL data from DefiLlama, returning top protocols sorted by TVL. It differentiates from sibling tools (get_chain_tvl and get_yield_pools) by focusing on protocol-level TVL rather than chain-level TVL or yield data.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description mentions filtering by chain, minimum TVL, or getting a single protocol by slug, providing some usage context. However, it does not explicitly state when to avoid this tool in favor of alternatives (e.g., use get_chain_tvl for chain TVL), nor does it specify prerequisites or common patterns.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
get_yield_poolsAInspect
Get DeFi yield and APY pool data from DefiLlama. Filter from 19,000+ pools by chain, project, token symbol, or minimum APY.
| Name | Required | Description | Default |
|---|---|---|---|
| chain | No | Blockchain filter (ethereum, bsc, solana, etc.) | |
| limit | No | Number of results (default 20, max 50) | |
| symbol | No | Token symbol filter (e.g. USDC, ETH, BTC) | |
| min_apy | No | Minimum APY percentage | |
| min_tvl | No | Minimum pool TVL in USD | |
| project | No | Protocol name (e.g. aave, compound, curve) |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description must disclose behavioral traits. It only describes functionality without mentioning pagination, rate limits, data freshness, or that it is a read-only operation. This is insufficient for full transparency.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
One sentence, front-loaded with key verb and resource, no wasted words.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
The description covers the main purpose and filters, but given no output schema and no annotations, it leaves out behavioral details like result limits and sort order. It's minimally adequate but not comprehensive.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema coverage is 100%, so the description does not need to replicate parameter details. It adds context about the 19,000+ pools and lists some filter fields but omits 'min_tvl', providing marginal added value.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states 'Get DeFi yield and APY pool data from DefiLlama' with a specific verb ('Get') and resource ('yield and APY pool data'). It distinguishes itself from siblings (get_chain_tvl, get_defi_protocols) by focusing on pool-level data with filtering capabilities.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description implies usage for retrieving yield data with filters but does not explicitly state when not to use or compare to alternatives. However, the context from sibling names helps differentiate.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Claim this connector by publishing a /.well-known/glama.json file on your server's domain with the following structure:
{
"$schema": "https://glama.ai/mcp/schemas/connector.json",
"maintainers": [{ "email": "your-email@example.com" }]
}The email address must match the email associated with your Glama account. Once published, Glama will automatically detect and verify the file within a few minutes.
Control your server's listing on Glama, including description and metadata
Access analytics and receive server usage reports
Get monitoring and health status updates for your server
Feature your server to boost visibility and reach more users
For users:
Full audit trail – every tool call is logged with inputs and outputs for compliance and debugging
Granular tool control – enable or disable individual tools per connector to limit what your AI agents can do
Centralized credential management – store and rotate API keys and OAuth tokens in one place
Change alerts – get notified when a connector changes its schema, adds or removes tools, or updates tool definitions, so nothing breaks silently
For server owners:
Proven adoption – public usage metrics on your listing show real-world traction and build trust with prospective users
Tool-level analytics – see which tools are being used most, helping you prioritize development and documentation
Direct user feedback – users can report issues and suggest improvements through the listing, giving you a channel you would not have otherwise
The connector status is unhealthy when Glama is unable to successfully connect to the server. This can happen for several reasons:
The server is experiencing an outage
The URL of the server is wrong
Credentials required to access the server are missing or invalid
If you are the owner of this MCP connector and would like to make modifications to the listing, including providing test credentials for accessing the server, please contact support@glama.ai.
Discussions
No comments yet. Be the first to start the discussion!