Waiver Claim
waiver_claimSubmit a waiver claim to add a player, optionally dropping another, with a FAAB bid in auction leagues. Validate first with dry_run to avoid mistakes.
Instructions
Submit a waiver claim, optionally with a conditional drop. bid is only used in FAAB leagues (see get_league's acquisitionSettings.acquisitionType); leave it unset in priority-waiver leagues.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| bid | No | ||
| sport | No | ffl (football), fba (basketball), or flb (baseball). Defaults to ESPN_SPORT. | ffl |
| season | No | Season year. Defaults to ESPN_SEASON. | |
| dry_run | No | Default true: validates and reports what would be sent without sending it. Set false to actually execute (still a no-op if WRITES_ENABLED=false in .env). | |
| team_id | No | ||
| league_id | No | ESPN league id. Defaults to ESPN_LEAGUE_ID. | 123456 |
| add_player_id | Yes | ||
| drop_player_id | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sent | No | ||
| dryRun | Yes | ||
| response | No | ||
| wouldSend | No | ||
| verification | No | ||
| blockedReason | No |