mlb_team_coaches
Retrieve a team's full coaching staff, including manager, hitting, pitching, and bench roles with job titles, to help build season or match analysis is carried out.
Instructions
A team's coaching staff — manager, hitting/pitching/bench coaches, etc.
Returns: {roster:[{person, jobId, 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). | |
| season | No | Season year. | |
| teamId | Yes | Team id. Required — part of the URL path. |