MLB Stats
get_team_roster
Get the roster for a given team.
Remote etweisberg/mlb-mcp
Other tools also called get_team_roster?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"date": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"title": "Date",
"default": null
},
"season": {
"type": "integer",
"title": "Season",
"default": 2025
},
"team_id": {
"type": "integer",
"title": "Team Id"
},
"roster_type": {
"type": "string",
"title": "Roster Type",
"default": "active"
}
}
}