mlb_player
Get a Major League Baseball player's biographical profile by ID, including name, DOB, batting/throwing sides, height/weight, position, 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. |