mlb_teams_history
Get franchise history for one or more teams, showing name, league, division, and location changes across seasons. Specify team IDs and optional start/end seasons.
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. |