get_mlb_linescore
Retrieve detailed inning-by-inning scoring data for MLB games using game IDs to analyze game progress and outcomes.
Instructions
Get linescore for a specific game by game_id.
Args: game_id (int): The game ID.
Returns: dict: Linescore information.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| game_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||