MLB Stats

get_game_pace

Returns data about pace of game for a given season (back to 1999).

Remote etweisberg/mlb-mcp

Other tools also called get_game_pace? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "season": {
      "anyOf": [
        {
          "type": "integer"
        },
        {
          "type": "null"
        }
      ],
      "title": "Season",
      "default": null
    }
  }
}