mlb_people
Fetch player profiles for multiple person IDs in one request. Returns full name, number, birth date, position, batting side, pitching hand, and current team for each MLB player.
Instructions
Batch player profiles for a list of personIds (the multi-id form of mlb_player).
Returns: {people:[{id, fullName, primaryNumber, birthDate, primaryPosition, batSide, pitchHand, currentTeam}]}
Auth: none needed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| hydrate | No | Embed related objects (e.g. 'currentTeam,stats(type=season)'). | |
| personIds | Yes | Player id(s). |