Skip to main content
Glama

agentek-eth

by NaniDAO

compareYieldHistoryTool

Analyze and compare historical yield performance across 2-5 DeFi pools, focusing on APY, volatility, and TVL trends over a customizable time period up to 365 days.

Instructions

Compares historical yield performance across multiple pools, analyzing metrics like APY, volatility, and TVL trends

Input Schema

NameRequiredDescriptionDefault
daysNoNumber of days of historical data to analyze (max 365)
poolIdsYesList of DefiLlama pool IDs to compare (between 2-5 pools)
sortByNoMetric to sort the comparison results byapy

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "days": { "default": 30, "description": "Number of days of historical data to analyze (max 365)", "maximum": 365, "minimum": 1, "type": "number" }, "poolIds": { "description": "List of DefiLlama pool IDs to compare (between 2-5 pools)", "items": { "type": "string" }, "maxItems": 5, "minItems": 2, "type": "array" }, "sortBy": { "default": "apy", "description": "Metric to sort the comparison results by", "enum": [ "apy", "volatility", "stability", "tvl" ], "type": "string" } }, "required": [ "poolIds" ], "type": "object" }

Other Tools from agentek-eth

Related Tools

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/NaniDAO/agentek'

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