get_mlb_team_info
Retrieve detailed MLB team information by ID or name, including optional season, sport ID, and custom data fields. Use this tool to access comprehensive baseball team data for analysis or integration.
Instructions
Get information about a specific team by ID or name.
Args: team (str): Team ID or team name as a string. Can be numeric string, full name, abbreviation, or location. season (Optional[int]): Season year. sport_id (Optional[int]): Sport ID. hydrate (Optional[str]): Additional data to hydrate. fields (Optional[str]): Comma-separated list of fields to include.
Returns: dict: Team information.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
fields | No | ||
hydrate | No | ||
season | No | ||
sport_id | No | ||
team | Yes |