espn_cdn_call
Fetch live ESPN CDN data for scoreboards, game details, box scores, and play-by-play. Use operation and path params to query league-specific JSON feeds.
Instructions
Gateway to the ESPN CDN core live feed (cdn.espn.com). Fast, lightly-cached
scoreboard/game/boxscore/playbyplay JSON. The path slug is the LEAGUE, not the
sport (nfl, nba, mlb, college-football, mens-college-basketball) — for
soccer use the competition slug directly (eng.1, esp.1, uefa.champions).
The CDN covers ESPN's front-page leagues only (no nhl). gameId comes from the
scoreboard op. Every request carries ?xhr=1 (added by default). Browse
espn://cdn/operations.
Returns: (JSON object)
Auth: none needed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| operation | Yes | The operation to run. Valid names come from this provider's catalogue resource (see `list_resources`) — guessing one returns an error listing the alternatives. | |
| path_params | No | Values for the operation's URL path placeholders, as an object keyed by placeholder name. The catalogue resource lists which each operation needs. | |
| query_params | No | Query-string parameters for the operation, as an object. Optional for most operations; the catalogue resource documents the accepted keys. |