mlb_league_stats
Retrieve ranked MLB season stat splits for hitting, pitching, or fielding. Query by group, season, and limit to get clean JSON data.
Instructions
Get ranked MLB league statistics. Returns ranked MLB season stat splits across both leagues. The group enum accepts hitting, pitching, and fielding.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| group | Yes | Stat group | |
| limit | No | Results to return (1-100) | |
| season | No | Four-digit season; defaults to current year |