MLB Stats
get_pybaseball_standings
Returns a pandas DataFrame of the standings for a given MLB season, or the most recent standings if the date is not specified. ARGUMENTS season (int): the year of the season
Remote etweisberg/mlb-mcp
Other tools also called get_pybaseball_standings?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"season": {
"anyOf": [
{
"type": "integer"
},
{
"type": "null"
}
],
"title": "Season",
"default": null
}
}
}