Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| DYNASTY_TEAM | No | Your team name for Dynasty league | |
| ROAD_TO_GLORY_ID | No | Your league ID for Road to Glory league | |
| SLEEPER_API_BASE | No | Sleeper API endpoint | https://api.sleeper.app/v1 |
| SLEEPER_USERNAME | Yes | Your Sleeper username | |
| DYNASTY_LEAGUE_ID | No | Your league ID for Dynasty league | |
| ROAD_TO_GLORY_TEAM | No | Your team name for Road to Glory league | |
| CACHE_DURATION_MINUTES | No | Cache duration for API calls in minutes | 15 |
Schema
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
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_league_info | Get league information and settings |
| get_my_roster | Get your team's roster with player details |
| get_my_matchup | Get your current week matchup details |
| get_available_players | Get available players (free agents) for your league with enhanced filtering and sorting |
| get_player_projections | Get projected points for players this week |
| get_matchup_projections | Compare projected scores for your current matchup |
| optimize_lineup | Suggest optimal lineup based on projections |
| get_trending_players | Get trending players with add/drop activity and analysis |
| get_historical_scores | Get actual historical fantasy points scored by players |