get-season-goalie-leaders
Retrieve NHL goalie leaders by stat category, season, and game type using the NHL MCP Server. Specify parameters like wins, save percentage, or shutouts to filter and analyze top performers efficiently.
Instructions
Get NHL goalie stats leaders for a specific season and game type
Input Schema
Name | Required | Description | Default |
---|---|---|---|
category | Yes | Stat category (e.g. wins, savePctg, gaa, shutouts) | |
gameType | No | Game type (2 for regular season, 3 for playoffs) | |
limit | No | Number of goalies to return (default: 5) | |
season | Yes | Season in YYYYYYYY format (e.g. 20232024) |