analyze_my_draft_strategy
Analyze your fantasy basketball draft strategy and spending to identify punt strategies and get tailored recommendations for improvement.
Instructions
Analyze your current draft strategy and spending patterns.
Args:
team_id: Your team ID (optional, uses ESPN_TEAM_ID env var)
league_id: ESPN Fantasy Basketball league ID (optional, uses ESPN_LEAGUE_ID env var)
year: Season year (e.g., 2025) (optional, uses ESPN_YEAR env var or defaults to 2025)
espn_s2: ESPN authentication cookie for private leagues (optional, uses ESPN_S2 env var)
swid: ESPN SWID cookie for private leagues (optional, uses ESPN_SWID env var)
Returns:
Dictionary with punt strategy analysis, spending summary, and recommendations
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| swid | No | ||
| year | No | ||
| espn_s2 | No | ||
| team_id | No | ||
| league_id | No |