get_player_fielding_stats
Retrieve fielding statistics for players by position, with options to filter by season, player, split, and league.
Instructions
Retrieve player fielding statistics by position. Returns stat lines with splits. Defaults to top-level (MLB) leagues; pass lid to get stats for a specific league. Omit all params to get all players for all seasons.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| year | No | Season year, e.g. 2024 | |
| pid | No | Player ID for a single player | |
| split | No | Split ID: 1 = Overall, 2 = vs Left-handed, 3 = vs Right-handed | |
| lid | No | League ID — defaults to all top-level leagues; pass a specific league ID to get minor league stats |