get_mlb_boxscore
Retrieve detailed MLB game statistics by providing a game ID, with options to filter by specific timecodes or data fields for targeted analysis.
Instructions
Get boxscore for a specific game by game_id.
Args: game_id (int): The game ID. timecode (Optional[str]): Specific timecode for the boxscore snapshot. fields (Optional[str]): Comma-separated list of fields to include.
Returns: dict: Boxscore information.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| game_id | Yes | ||
| timecode | No | ||
| fields | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||