mlb: Get player stats
mlb_get_player_statsFetch detailed MLB player statistics for a given player, specifying 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 |
|---|---|---|---|
| group | Yes | Stat group: "hitting", "pitching", "fielding" | |
| season | No | Season year (e.g. 2024) | |
| player_id | Yes | Player ID | |
| stats_type | Yes | Stat type: "season", "career", "gameLog", "yearByYear", "seasonAdvanced", etc. |