nhl_get_team_schedule
Retrieve a National Hockey League team's schedule for a specific month using its three-letter abbreviation and an optional month parameter.
Instructions
Get the monthly schedule for an NHL team.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| team_abbrev | Yes | Three-letter team abbreviation (e.g. "TOR", "MTL", "BOS") | |
| month | No | Month in YYYY-MM format (defaults to current month) |