mlb_team_personnel
Retrieve an MLB team's front-office and non-uniformed personnel roster by team ID, with optional as-of date. Returns the list of personnel with job titles.
Instructions
A team's front-office / non-uniformed personnel.
Returns: {roster:[{person, job, title}], teamId}
Auth: none needed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date | No | As-of date (YYYY-MM-DD). | |
| teamId | Yes | Team id. Required — part of the URL path. |