mlb_people_changes
Fetches MLB player records changed since a given timestamp, including IDs, names, ages, positions, and handedness, to support incremental data synchronization.
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)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fields | No | ||
| updatedSince | Yes |