get_mlb_game_lineup
Retrieve detailed lineup information for a specific MLB game using the game_id. Access player data and team rosters directly from the mlb-api-mcp server for game analysis or integration into AI applications.
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 |