nhl: Get team roster
nhl_get_team_rosterRetrieve the current roster for any NHL team, including forwards, defensemen, and goalies with their jersey numbers and positions. Specify the team abbreviation and optionally the season.
Instructions
Get the roster for an NHL team. Returns forwards, defensemen, and goalies with jersey numbers and positions.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| season | No | Season identifier, e.g. "20232024" (defaults to current season) | |
| team_abbrev | Yes | Three-letter team abbreviation (e.g. "TOR", "MTL", "BOS") |