mlb_schedule
Retrieve MLB game schedules by date or date range, with or without a specific team. Returns games with status, scores, teams, and venue details.
Instructions
Game schedule — by single date or startDate/endDate range, optionally for one team. Each game carries gamePk, status, teams and score.
Returns: {totalGames, dates:[{date, games:[{gamePk, gameDate, status, teams:{away:{team,score}, home:{team,score}}, venue}]}]}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date | No | ||
| season | No | ||
| teamId | No | ||
| endDate | No | ||
| hydrate | No | ||
| sportId | No | ||
| gameTypes | No | ||
| startDate | No |