mlb_people_changes
Retrieve MLB player records changed since a given timestamp, returning player details like ID, name, birthdate, and positions for syncing data.
Instructions
Player records changed since a timestamp — a polling/sync helper (the people-side sibling of mlb_game_changes).
Returns: {people:[{id, fullName, currentAge, birthDate, active, primaryPosition, batSide, pitchHand}]} (can be large for a wide window)
Auth: none needed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fields | No | Trim the response to these fields. | |
| updatedSince | Yes | ISO timestamp (e.g. 2026-06-01T00:00:00Z). |