get_mlb_search_teams
Search for MLB teams by name or ID to retrieve detailed team information. Specify the search key to filter results by team name, ID, or both. Ideal for integrating baseball team data into applications.
Instructions
Search for teams by name or ID.
Args: team_name (str): Team name or ID to search for. search_key (str): Search key ("name", "id", or "all").
Returns: dict: Team search results.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
search_key | No | name | |
team_name | Yes |