mlb_draft
Retrieve MLB Rule 4 draft results for any year, including pick number, player, team, school, and signing info. Filter picks by round, team, or limit to analyze draft trends and compare selections.
Instructions
MLB Rule 4 draft results for a year — picks with player, school/team, position and signing info. Filter by round.
Returns: {drafts:{draftYear, rounds:[{round, picks:[{pickNumber, person, team, school, position}]}]}}
Auth: none needed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| year | Yes | Draft year (e.g. 2024). Required — part of the URL path. | |
| limit | No | Max picks. | |
| round | No | Filter to one round. | |
| teamId | No | Filter to picks by one team. |