mlb_high_low
Retrieve top and bottom MLB stat performances for a season, ranked by a chosen stat at player, team, division, league, or sport level. Specify season, sort stat, and optional limit to get high/low records.
Instructions
High / low stat records for an org level — top and bottom performances for a sortStat in a season.
Returns: {highLow:[{statType, splits:[{stat, player|team}]}]}
Auth: none needed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Top-N. | |
| season | Yes | Season year. | |
| orgType | Yes | Org level for the records. One of: player, team, division, league, sport. Required — part of the URL path. | |
| gameType | No | Game type code. | |
| sortStat | Yes | Stat to rank by (e.g. 'homeRuns'). See mlb_meta(type='statTypes'). |