mlb_awards_list
Retrieve award definitions and IDs for MLB, including names and descriptions, with optional filters by sport or league to map awards accurately.
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). |