mlb_get_schedule
Retrieve MLB game schedules and scores for specific dates or date ranges, including team details and game status.
Instructions
Get the MLB game schedule for a date or date range. Returns games with scores, status, and teams.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date | No | Single date in YYYY-MM-DD format (e.g. 2024-04-15) | |
| startDate | No | Range start date YYYY-MM-DD | |
| endDate | No | Range end date YYYY-MM-DD | |
| teamId | No | Filter by team ID | |
| sportId | No | Sport ID (1=MLB, 11=AAA, 12=AA, 13=A, 14=A-short) |