Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
No arguments |
Schema
Prompts
Interactive templates invoked by user choice
Name | Description |
---|---|
analyze_yields | Generate a prompt to analyze DeFi yield pools, optionally filtered by chain or project. Args: chain: Optional blockchain filter project: Optional project filter |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
No resources |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
get_yield_pools | Fetch DeFi yield pools from the yields.llama.fi API, optionally filtering by chain or project.
Returns symbol, project, tvlUsd, apy, apyMean30d, and predictions for each pool.
Args:
chain: Optional filter for blockchain (e.g., 'Ethereum', 'Solana')
project: Optional filter for project name (e.g., 'lido', 'aave-v3') |