Get User's Drafts
sleeper_get_user_draftsRetrieves all drafts a user has participated in for a specified sport and season. Returns draft IDs, types, statuses, and league IDs.
Instructions
Get all drafts a user has participated in for a given sport and season.
Args:
user_id (string): Sleeper user ID
sport (string): Sport (default: "nfl")
season (string): Season year (e.g. "2024")
Returns: List of drafts with draft ID, type, status, and league ID.
Examples:
"What drafts did user 123456 do in 2024?"
"Show all NFL drafts for this user"
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sport | No | Sport (default: nfl) | nfl |
| season | Yes | Season year, e.g. '2024' | |
| user_id | Yes | Sleeper user ID |