espn_athlete
Fetch a single athlete's bio and current team details by sport, league, and ESPN player ID. Use it to get name, position, jersey, and physicals from ESPN's public JSON.
Instructions
ESPN athlete. Returns one athlete's bio/overview (name, position, jersey, physicals, current team) from ESPN's credential-free public JSON. The sport enum accepts football, basketball, baseball, hockey, and soccer. The league enum accepts nfl, college-football, nba, wnba, mens-college-basketball, womens-college-basketball, mlb, nhl, eng.1, esp.1, ita.1, ger.1, fra.1, usa.1, and uefa.champions; it must be valid for the chosen sport.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sport | Yes | Sport key | |
| league | Yes | League key (must be valid for the sport) | |
| athlete | Yes | Numeric ESPN athlete (player) id |