mlb_team
Retrieve a single MLB team's details by ID, including name, league, division, venue, colors, and founding year. Ideal for quick team data lookup.
Instructions
Single team detail by id — name, league/division, venue, colours, founding.
Returns: {teams:[{id, name, abbreviation, league, division, venue, locationName, firstYearOfPlay}]}
Auth: none needed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| season | No | Season year. | |
| teamId | Yes | Team id. Required — part of the URL path. | |
| hydrate | No | Embed related objects (e.g. 'venue,league,division,social'). |