mlb_teams_affiliates
Provide MLB parent team IDs to retrieve their affiliated minor-league teams, including team name, sport, league, and parent organization. Use this to map a club's full farm system.
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). |