mlb_people
Fetch batch MLB player profiles using multiple player IDs. Returns personal details, position, batting and pitching hand, and current team for comparison or analysis.
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). |