mlb_schedule_postseason
Retrieve MLB postseason schedule for all playoff games, with options to filter by season or game type (F, D, L, W) and view dates, teams, and status.
Instructions
Postseason schedule — all playoff games (optionally a single season / series type).
Returns: {totalGames, dates:[{date, games:[{gamePk, seriesDescription, teams, status}]}]}
Auth: none needed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| season | No | Season year. | |
| hydrate | No | Embed related objects. | |
| sportId | No | Sport id (1 = MLB). | |
| gameTypes | No | Postseason game type code(s): F, D, L, W. |