mlb_allstar_writeins
Fetch All-Star write-in candidates for a league and season by providing league ID (103=AL, 104=NL) and season year. Returns player, team, and position for each write-in.
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. |