mlb_team_personnel
Retrieve a Major League Baseball team's front-office and non-uniformed personnel, including each person's job and title, by providing the team ID. Useful for obtaining organizational rosters and staff details.
Instructions
A team's front-office / non-uniformed personnel.
Returns: {roster:[{person, job, title}], teamId}
Auth: none needed.
Also answers this: espn_core_call.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date | No | As-of date (YYYY-MM-DD). | |
| teamId | Yes | Team id. Required — part of the URL path. |