mlb_draft_prospects
Fetch MLB draft prospects for a specified year, returning ranked players with school and position. Filter by round or limit the number of prospects.
Instructions
Draft prospects for a year (the pre-draft prospect board).
Returns: {prospects:[{id, rank, person, school, position}]}
Auth: none needed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| year | Yes | Draft year. Required — part of the URL path. | |
| limit | No | Max prospects. | |
| round | No | Filter to a round. |