get_mlb_search_players
Search for Major League Baseball (MLB) players by name using their full name, sport ID, and search key, and retrieve detailed player data for analysis or integration into applications.
Instructions
Search for players by name.
Args: fullname (str): Player name to search for. sport_id (int): Sport ID (default: 1 for MLB). search_key (str): Search key (default: "fullname").
Returns: dict: Player search results.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
fullname | Yes | ||
search_key | No | fullname | |
sport_id | No |