Skip to main content
Glama

agentek-eth

by NaniDAO

compareYieldTool

Analyze and compare yield opportunities for specific crypto assets across multiple protocols, factoring in investment amount and duration to project earnings.

Instructions

Compares yield opportunities for specific assets across different protocols

Input Schema

NameRequiredDescriptionDefault
amountNoOptional investment amount in USD for projected earnings
assetsYesList of assets to compare (e.g., ["USDC", "ETH"])
durationNoOptional investment duration in days for projected earnings

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "amount": { "description": "Optional investment amount in USD for projected earnings", "type": "number" }, "assets": { "description": "List of assets to compare (e.g., [\"USDC\", \"ETH\"])", "items": { "type": "string" }, "maxItems": 5, "minItems": 1, "type": "array" }, "duration": { "description": "Optional investment duration in days for projected earnings", "type": "number" } }, "required": [ "assets" ], "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