get_multiple_mlb_player_stats
Retrieve MLB player statistics by specifying player IDs, stat group, type, season, and event type. Extract detailed performance data for analysis or integration into AI applications via FastAPI.
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 |