get_mlb_search_teams
Search for MLB teams by name or ID to retrieve detailed team information and statistics from baseball data sources.
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 |
|---|---|---|---|
| team_name | Yes | ||
| search_key | No | name |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||