mlb_allstar_ballot
Fetch MLB All-Star Game ballot candidates for a given league and season. Specify leagueId (103=AL, 104=NL) to return positions, players, and teams.
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. |