MLB Stats

get_game_highlight_data

Returns a list of highlight data for a given game.

Remote etweisberg/mlb-mcp

Other tools also called get_game_highlight_data? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "game_id": {
      "type": "integer",
      "title": "Game Id"
    }
  }
}