get_multiple_mlb_player_stats
Retrieve MLB player statistics for multiple players by specifying IDs, season, stat group, and type to analyze performance data.
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 |
|---|---|---|---|
| player_ids | Yes | ||
| group | No | ||
| type | No | ||
| season | No | ||
| eventType | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||