AgentDefi — DeFi Protocol & Yield Intelligence
Server Details
DeFi intelligence via DefiLlama — TVL for 7,500+ protocols, APY data for 19,000+ yield pools, and blockchain ecosystem rankings. Filter by chain, project, token, or minimum APY.
- 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.5/5 across 3 of 3 tools scored.
Each tool targets a distinct DeFi data category: chain-level TVL, protocol TVL, and yield pools. No overlap in functionality.
All tools follow the consistent verb_noun pattern with 'get_' prefix and clear resource names.
Only 3 tools for a broad domain like DeFi intelligence; feels under-scoped but each tool is comprehensive, covering many data points.
Missing obvious tools like token prices, lending rates, or market data. Yield coverage is narrow despite server name emphasizing yield intelligence.
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 exist, so the description carries the burden. It indicates a read operation ('Get') and describes output, but does not explicitly state it is non-destructive or disclose behaviors like data freshness or rate limits. Adequate but minimal.
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 the primary purpose, no unnecessary words. Every sentence adds value.
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 the tool's simplicity (2 optional params, no output schema), the description adequately covers what the tool returns and the two modes. It does not detail ranking order or data format, but is sufficient for basic use.
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 schema already describes parameters well. The description adds context about the dual mode (all chains vs. history) but does not significantly augment parameter semantics beyond the schema's existing 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?
The description clearly states it retrieves blockchain ecosystem TVL data, with two modes: all chains ranked or history for a specific chain. It distinguishes from sibling tools (get_defi_protocols, get_yield_pools) by focusing on TVL, but does not explicitly contrast them.
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 when to use (need TVL data) and the two modes, but does not provide explicit guidance on when not to use or alternatives like sibling tools. Usage is implied, not fully stated.
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 provided, so description carries full burden. It discloses that data is sorted by TVL and filterable, but does not mention read-only nature (though implied), data freshness, error behavior, or rate limits. Adequate but not comprehensive.
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 with no wasted words. Front-loaded with action and source, followed by key features. Every sentence earns its place.
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 should mention return format (e.g., fields per protocol). It covers core functionality but omits error handling and result structure. Could be more complete for an agent to confidently use the response.
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. The description restates filtering capabilities (chain, min_tvl, slug) but does not add meaning beyond the schema's parameter descriptions. No extra contextual or behavioral hints for parameters.
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 gets DeFi protocol TVL data from DefiLlama, sorted by TVL. It distinguishes from siblings like get_chain_tvl (chain-level TVL) and get_yield_pools (yield data) by specifying the resource (protocols) and verb (get).
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 when to use (for protocol TVL data) but does not explicitly exclude alternatives or mention siblings. It lacks guidance on when not to use or how it differs from get_chain_tvl or get_yield_pools.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
get_yield_poolsBInspect
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?
With no annotations, description carries full burden. It does not disclose data freshness, pagination, rate limits, or any side effects. It adds no behavioral context beyond the basic function, leaving significant gaps.
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?
Single sentence is extremely concise, front-loaded with the action 'Get DeFi yield and APY pool data', and includes key filtering options without extraneous words. Every part is essential.
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?
Despite 6 parameters and no output schema, description is minimal. It does not explain return format, pagination (limit is mentioned in schema), or how APY data is structured. Incomplete for a data retrieval tool of this complexity.
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 covers 100% of parameters with descriptions. Description mentions 4 of 6 filters (chain, project, symbol, min_apy) but adds no additional meaning beyond what schema provides. Baseline score of 3 applies.
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 tool retrieves DeFi yield and APY pool data from DefiLlama with filtering. It distinguishes from siblings like get_chain_tvl (TVL) and get_defi_protocols (protocol list) by focusing on yield pools, though no explicit differentiation is made.
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 filtering pools by chain, project, token symbol, or minimum APY, but lacks explicit guidance on when not to use it or alternatives. No mention of prerequisites or exclusions.
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!