should_i_bid
Get a recommendation on whether to bid for the player currently nominated, including a suggested bid amount and reasoning. Make confident waiver decisions in ESPN fantasy basketball.
Instructions
Get recommendation on whether to bid for the current player being nominated.
Args:
current_player_id: ID of player currently being nominated
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 bid recommendation, suggested amount, and reasoning
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| swid | No | ||
| year | No | ||
| espn_s2 | No | ||
| team_id | No | ||
| league_id | No | ||
| current_player_id | Yes |