mlb_get_player_stats
Retrieve detailed MLB player statistics filtered by stat type (season, career, game log) and group (hitting, pitching, fielding).
Instructions
Get detailed statistics for a player by stat type and group.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| player_id | Yes | Player ID | |
| stats_type | Yes | Stat type: "season", "career", "gameLog", "yearByYear", "seasonAdvanced", etc. | |
| group | Yes | Stat group: "hitting", "pitching", "fielding" | |
| season | No | Season year (e.g. 2024) |