get_league_drafts
Retrieve all draft details for the Token Bowl league, including ID, type, status, order, slots, start time, settings, and season year. Use IDs with get_draft_picks for detailed picks.
Instructions
Get all draft information for the Token Bowl league.
Returns draft details including:
Draft ID and type (snake, auction, linear)
Draft status (pre_draft, drafting, complete)
Draft order and slot assignments
Start time and settings
Season year
Use draft_id with get_draft_picks() for detailed pick information.
Returns: List of draft dictionaries for all league drafts
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |