mlb_awards_list
Retrieve MLB award definitions and IDs. Filter by sport or league to get award names, descriptions, and active flags for awards data lookups.
Instructions
Award definitions catalogue — every awardId with name, description and sport (the id lookup for mlb_awards).
Returns: {awards:[{id, name, description, sortOrder, sport, active}]}
Auth: none needed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sportId | No | Filter by sport (1 = MLB). | |
| leagueId | No | Filter by league (103=AL, 104=NL). |