MLB Stats
get_last_game
Get the gamePk (game_id) for the given team's most recent completed game.
Remote etweisberg/mlb-mcp
Other tools also called get_last_game?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"team_id": {
"type": "integer",
"title": "Team Id"
}
}
}