MLB Stats

get_schedule_and_record

Retrieve a team's game-level results for a given season, including win/loss/tie result, score, attendance, and winning/losing/saving pitcher. If the season is incomplete, it will provide scheduling information for future games. ARGUMENTS season: Integer. The season for which you want a team's record data. team: String. The abbreviation of the team for which you are requesting data (e.g. "PHI", "BOS", "LAD").

Remote etweisberg/mlb-mcp

Other tools also called get_schedule_and_record? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "team": {
      "type": "string",
      "title": "Team"
    },
    "season": {
      "type": "integer",
      "title": "Season"
    }
  }
}