get_player_by_sleeper_id
Retrieve unified fantasy football player data by Sleeper ID, including Sleeper fields plus Fantasy Nerds ADP, injuries, and projections.
Instructions
Get unified player data by Sleeper ID.
Args: player_id: The Sleeper player ID. Will be converted to string. Cannot be empty. Example: "4046" for Patrick Mahomes
Returns complete unified player information:
All Sleeper data fields (name, age, position, team, etc.)
Fantasy Nerds enrichment (ADP, injuries, projections)
Both Sleeper ID and Fantasy Nerds ID when mapped
Returns: Dict with unified player data or error if not found
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| player_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |