mlb_allstar_writeins
Get MLB All-Star write-in candidates for a specified league and season. Returns each candidate's player, team, and position using league IDs 103 (AL) and 104 (NL).
Instructions
All-Star write-in candidates for a league + season.
Returns: {league, writeIns:[{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. |