get_multiple_mlb_player_stats
Retrieve MLB player statistics by specifying player IDs, season, stat group, type, and optional event type for detailed baseball data analysis and integration.
Instructions
Get player stats by comma separated player_ids, group, type, season, and optional eventType.
Args: player_ids (str): Comma-separated list of player IDs. group (Optional[str]): Stat group (e.g., hitting, pitching). type (Optional[str]): Stat type (e.g., season, career). season (Optional[int]): Season year. eventType (Optional[str]): Event type filter.
Returns: dict: Player statistics.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
eventType | No | ||
group | No | ||
player_ids | Yes | ||
season | No | ||
type | No |