mlb_people_changes
Fetches MLB player records changed since an ISO timestamp, returning updated players with IDs, names, age, active status, position, and batting/pitching side.
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). |