mlb_awards
Fetch MLB award recipients by award ID, optionally filtered by season. Returns player, team, and vote counts for awards such as MVP, Cy Young, and Hall of Fame.
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.
Also answers this: pl_awards.
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). |