mlb_transactions
Retrieve MLB transactions for a date range, including signings, trades, options, assignments, and injured-list moves. Return structured data to track roster changes.
Instructions
List MLB transactions. Lists signings, trades, options, assignments, injured-list moves, and other MLB transactions for a date range.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| team_id | No | Numeric MLB team id | |
| end_date | Yes | Range end in YYYY-MM-DD format | |
| player_id | No | Numeric MLB player id | |
| start_date | Yes | Range start in YYYY-MM-DD format |