get_mlb_linescore
Retrieve detailed linescore data for a specific MLB game by providing the game ID. Access in-depth inning-by-inning scores, status, and other game metrics through the mlb-api-mcp server.
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 |