List probable starting pitchers for a date
list_probable_startersList probable starting pitchers for any MLB date, including opponent, home/away status, and game time. Optionally add fantasy ownership context.
Instructions
List every probable starting pitcher across MLB for a date, with each one's opponent abbreviation, home/away, and game start time (UTC). Sourced from the MLB Stats API (no Yahoo auth needed). MLB only posts probables for roughly today through ~2-3 days out, so 'tomorrow' returns a full board, the day after is usually partial, and dates further out return few or none (not yet announced — not an error). Starters use a compact row table: starters.columns names each value in the matching starters.rows arrays. Team and opponent are represented only by teamAbbr and opponentAbbr. Columns include mlbamId, name, teamAbbr, opponentAbbr, homeAway, gameTimeUtc, gamePk, and doubleHeader. Set fantasyContext=true to add fantasyStatus (yourTeam, otherTeam, freeAgent, waivers, or unknown) and, for otherTeam, ownerTeamName. Enrichment issues about one Yahoo request per starter (~10-26), so leave it off unless you need ownership.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date | No | Date as YYYY-MM-DD; defaults to today. Use tomorrow/day-after for planning. | |
| fantasyContext | No | Add fantasyStatus and, for otherTeam, ownerTeamName from Yahoo ownership in the configured league. |