mlb_draft
Retrieve MLB Rule 4 draft results for a specified year, listing picks with player, team, school, position, and signing info. Filter by round, team, or limit to focus on needed picks.
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. |