mlb_game_changes
Poll for MLB games changed since a given ISO timestamp, returning updated game IDs and dates to identify schedule or score changes.
Instructions
Games changed since a timestamp — a polling helper to detect updated games.
Returns: {totalItems, dates:[{games:[{gamePk, gameDate}]}]}
Auth: none needed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fields | No | Trim the response to these fields. | |
| sportId | No | Sport id (1 = MLB). | |
| updatedSince | Yes | ISO timestamp (e.g. 2025-09-01T00:00:00Z). |