espn_web_call
Access ESPN web API endpoints to search teams, athletes, and leagues, then retrieve athlete profiles, stats, game logs, and splits by sport and league.
Instructions
Gateway to the ESPN web API (site.web.api.espn.com): site-wide search across
teams/athletes/leagues, plus the common/v3 athlete views (overview, stats,
gamelog, splits) that power player profile pages, and statistics-by-athlete.
search needs only query_params {query, limit}; the athlete_* ops need
path_params {sport, league, athleteId}. Browse the espn://web/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. |