Move to IR
move_to_irMove an eligible player into the IR/IL slot to open a roster spot. The tool verifies eligibility and lock status before submitting the lineup move.
Instructions
Move one player into the IR/IL slot, as a lineup move. Refuses if the player isn't eligible for IR or is locked.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| 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 |
| player_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sent | No | ||
| dryRun | Yes | ||
| response | No | ||
| wouldSend | No | ||
| validation | Yes | ||
| verification | No | ||
| blockedReason | No |