espn_game_summary
Fetch a specific ESPN game's matchup, betting odds, and boxscore stat totals using sport, league, and event ID from the scoreboard endpoint.
Instructions
ESPN game summary. Returns one game's matchup, betting odds, and boxscore stat totals 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. Get an event id from the scoreboard endpoint.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| event | Yes | Numeric ESPN event (game) id | |
| sport | Yes | Sport key | |
| league | Yes | League key (must be valid for the sport) |