mlb_player_search
Resolve a baseball player's name to their official ID and basic bio, including birth date and primary position. Enter a name to get matching players with details.
Instructions
Find players by name — resolves a name to personId(s) and basic bio.
Returns: {people:[{id, fullName, firstName, lastName, birthDate, primaryPosition}]}
Auth: none needed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max results. | |
| names | Yes | Name to search (e.g. 'Aaron Judge'). |