mlb_allstar_final_vote
Retrieve All-Star Final Vote candidates for a league and season. Supply league ID (103=AL, 104=NL) and season year to get player, team, and position details.
Instructions
All-Star 'Final Vote' candidates for a league + season.
Returns: {league, candidates:[{person, team, position}]}
Auth: none needed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| season | Yes | Season year. | |
| leagueId | Yes | League id (103=AL, 104=NL). Required — part of the URL path. |