MLB Stats

get_boxscore

Get a formatted boxscore for a given game.

Remote etweisberg/mlb-mcp

Other tools also called get_boxscore? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "game_id": {
      "type": "integer",
      "title": "Game Id"
    },
    "timecode": {
      "anyOf": [
        {
          "type": "string"
        },
        {
          "type": "null"
        }
      ],
      "title": "Timecode",
      "default": null
    }
  }
}