get_user_drafts
Retrieve a Sleeper user's drafts for a sport and season, returning draft IDs, league IDs, settings, and timing for draft-board and pick analysis.
Instructions
List a user's Sleeper drafts for a sport and season.
Returns draft IDs, league IDs, draft type, status, settings, order, timing, and metadata. Resolve a username through get_user to obtain the required user_id; use get_sport_state if the active season is unknown. Use this to discover draft IDs for draft-board and pick analysis.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sport | No | Sport slug used by Sleeper; currently use 'nfl'. | nfl |
| season | No | Four-digit draft season, such as '2026'. | 2026 |
| user_id | Yes | Numeric Sleeper user_id obtained from get_user. |