mlb_player
Look up a player’s full biographical profile by ID: name, birth date, physical attributes, batting and throwing sides, position, MLB debut date, and current team.
Instructions
Player biographical profile — name, DOB, bats/throws, height/weight, position, debut, current team. One personId.
Returns: {people:[{id, fullName, primaryNumber, birthDate, currentAge, height, weight, primaryPosition, batSide, pitchHand, mlbDebutDate, currentTeam}]}
Auth: none needed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| hydrate | No | Embed related objects (e.g. 'currentTeam,stats(type=season)'). | |
| personId | Yes | Player id (from a roster, schedule, boxscore or mlb_player_search). Required — part of the URL path. |