get_mlb_game_lineup
Retrieve starting lineup details for any MLB game using its unique game ID to access player positions and batting orders.
Instructions
Get lineup information for a specific game by game_id.
Args: game_id (int): The game ID.
Returns: dict: Game lineup information.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| game_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||