mlb_teams_history
Retrieve MLB franchise history for one or more teams, covering name, league, and division changes over time. Provide team IDs and season range to return detailed team records.
Instructions
Franchise history (name/league/division changes over time) for one or more teams.
Returns: {teams:[{id, name, season, league, division, locationName, active}]}
Auth: none needed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| teamIds | Yes | Team id(s). | |
| endSeason | No | Last season. | |
| startSeason | No | First season. |