mlb_awards
Retrieve MLB award recipients (Hall of Fame, MVP, Cy Young, Rookie of the Year) by award ID and season. Get player, team, and vote details.
Instructions
Recipients of an award — e.g. MLBHOF (Hall of Fame), ALMVP/NLMVP, ALCY/NLCY (Cy Young), ALROY/NLROY (Rookie of the Year). Discover awardIds with mlb_awards_list.
Returns: {awards:[{id, name, season, player, team, votes}]}
Auth: none needed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| season | No | Filter to one season. | |
| awardId | Yes | Award id (e.g. MLBHOF, ALMVP, NLMVP, ALCY, NLCY, ALROY, NLROY). Required — part of the URL path. | |
| sportId | No | Sport id (1 = MLB). |