get_roster
ActiveTool of Mlb Stats
declared in 0.1.0
Active roster for an MLB team from the official MLB Stats API. Returns each player with id, name, jersey number, and position abbreviation.
Parameters schema
{
"type": "object",
"required": [
"team_id"
],
"properties": {
"team_id": {
"type": [
"number",
"string"
],
"description": "MLB team id (e.g. 147 for the Yankees)."
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
Mlb Stats
https://github.com/pipeworx-io/mcp-mlb-stats
1/7 registries