mlb_transactions
Retrieve MLB roster transactions including signings, trades, call-ups, IL moves, and DFA. Filter by team, player, or date range to track player movement.
Instructions
Roster transactions — signings, trades, call-ups, IL moves, DFA, etc. Filter by team, player, single date or date range.
Returns: {transactions:[{id, person, fromTeam, toTeam, date, typeCode, typeDesc, description]}]}
Auth: none needed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date | No | Single date (YYYY-MM-DD). | |
| teamId | No | Filter to one team. | |
| endDate | No | Range end (YYYY-MM-DD). | |
| sportId | No | Sport id. | |
| playerId | No | Filter to one player. | |
| startDate | No | Range start (YYYY-MM-DD); use with endDate. |