espn_scoreboard
Get ESPN scoreboard data by specifying sport and league; optionally add season type and dates. Returns scores, schedule, status, and odds as structured JSON.
Instructions
ESPN scoreboard. Returns games (scores, schedule, status, and odds when available) for a sport and league 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. The seasontype enum accepts 1 (preseason), 2 (regular season), 3 (postseason), and 4 (offseason).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| week | No | Week number (football leagues) | |
| dates | No | Date or range as YYYYMMDD, YYYYMMDD-YYYYMMDD, or YYYY; defaults to the current scoreboard | |
| sport | Yes | Sport key | |
| league | Yes | League key (must be valid for the sport) | |
| seasontype | No | Season type |