search_players_by_name
Search fantasy football players by name to retrieve unified Sleeper and Fantasy Nerds data, including ADP, injuries, and projections.
Instructions
Search for players by name with unified Sleeper + Fantasy Nerds data.
Args: name: Player name to search for (minimum 2 characters). Will be converted to string and trimmed.
Format examples:
- Last name only: "mahomes", "jefferson", "hill"
- First name only: "patrick", "justin", "tyreek"
- Full name: "patrick mahomes", "justin jefferson"
- Partial name: "dav" (matches Davante, David, etc.)
Notes:
- Case-insensitive matching
- Spaces are optional: "patrickMahomes" works
- Partial matches supported: "jeff" finds Jefferson
- Returns top 10 matches sorted by relevanceReturns matching players with:
Basic info (name, team, position, age, status)
Sleeper ID for roster operations
Fantasy Nerds enrichment (ADP, injuries, projections when available)
Search results sorted by Sleeper search rank
Returns: List of player dictionaries with unified data (max 10 results)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |