mlb_game_changes
Detect MLB games updated since a given timestamp. Poll for changes and retrieve game IDs and dates, enabling efficient updates. No auth required.
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). |