mlb_season
Retrieve MLB season details by season ID: regular and postseason start/end dates plus game counts.
Instructions
Single season detail by seasonId — key dates and game-count info.
Returns: {seasons:[{seasonId, regularSeasonStartDate, regularSeasonEndDate, postSeasonStartDate, postSeasonEndDate}]}
Auth: none needed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sportId | No | Sport id (1 = MLB). | |
| seasonId | Yes | Season year/id. Required — part of the URL path. |