mlb_player_search
Search for MLB players by name to retrieve their unique personId and basic bio, including position and birth date. Turns player names into structured identifiers for reliable data lookups.
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'). |