mlb_allstar_final_vote
Retrieve MLB All-Star Final Vote candidates for a given league and season, returning each player's name, team, and position.
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. |