sports-prediction
Retrieve sports game schedules with team records and live scores for MLB, NBA, NFL, NHL, NCAAF, and NCAAB. Use for pre-game analysis and prediction tasks.
Instructions
Returns today's (or a given date's) sports games with team win-loss records, venue, scheduled time, and live score. Supports MLB, NBA, NFL, NHL, NCAAF, NCAAB. Sourced from ESPN public API — no key required. $0.005/call. Use before prediction-markets or sports-content tasks to get accurate team context.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sport | No | League code: mlb | nba | nfl | nhl | ncaaf | ncaab | |
| date | No | Date in YYYY-MM-DD format (default: today UTC). Use for historical or upcoming schedules. | |
| team | No | Optional filter: team name or abbreviation (case-insensitive substring match). E.g. 'Cubs', 'CHC', 'Lakers'. |