mlb_teams_affiliates
Get all affiliated minor-league teams for a parent MLB team by supplying team IDs. Returns team names, leagues, and parent organization info.
Instructions
A club's affiliated teams across the minor-league levels.
Returns: {teams:[{id, name, sport, league, parentOrgId, parentOrgName}]}
Auth: none needed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| season | No | Season year. | |
| hydrate | No | Embed related objects. | |
| teamIds | Yes | Parent team id(s). |