mlb_team_roster
Retrieve an MLB team's roster with player positions and jersey numbers. Select roster type: active, 40-man, full-season, or depth chart.
Instructions
A team's roster — players with position and jersey number. rosterType selects active / 40-man / full-season / depth chart.
Returns: {roster:[{person:{id, fullName}, jerseyNumber, position:{abbreviation, name}, status}], teamId, rosterType}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date | No | ||
| season | No | ||
| teamId | Yes | ||
| hydrate | No | ||
| rosterType | No | active |