espn_core_call
Retrieve deep ESPN sports data—athlete stats, career logs, event odds, win probabilities, plays, line-scores, rankings, and more—by running catalogue operations with path and query parameters.
Instructions
Gateway to the ESPN core data model (sports.core.api.espn.com). The deepest,
most canonical surface: athletes + statistics + career logs, per-event odds /
win-probabilities / plays / situation / broadcasts / predictor / power-index,
per-competitor line-scores + statistics, season teams/coaches/draft/futures,
venues, leaders, rankings, franchises and coaches. NOTE the path uses
leagues/{league} (plural). Supply operation + path_params (sport, league,
plus eventId/competitionId/athleteId/year as needed). Most responses use ESPN's
$ref-linked envelope ({count, items:[{$ref}]}); follow the refs for detail.
Browse every operation in the espn://core/operations resource.
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. |