MLB Stats
get_next_game
Get the game ID for a team's next scheduled game.
Remote etweisberg/mlb-mcp
Other tools also called get_next_game?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"team_id": {
"type": "integer",
"title": "Team Id"
}
}
}