mlb_allstar_ballot
Retrieve All-Star Game ballot candidates for a specified league and season. Provide league ID (103 AL, 104 NL) and season year to get candidates grouped by position with player and team details.
Instructions
All-Star Game ballot candidates for a league + season.
Returns: {league, candidates:[{position, players:[{person, team}]}]}
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. |