Get Sleeper User
sleeper_get_userRetrieve a Sleeper user's profile including user ID, username, display name, and avatar by providing their username or numeric user ID.
Instructions
Retrieve a Sleeper user's profile by their username or user ID.
Args:
identifier (string): The username (e.g. "john_doe") or numeric user ID (e.g. "12345678")
Returns: User profile including user_id, username, display_name, and avatar.
Examples:
"Get user info for username 'sleeperuser'"
"Look up user ID 123456789"
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| identifier | Yes | Sleeper username or numeric user ID |