nhl_get_player_game_log
Retrieve detailed game logs and statistics for any NHL player across a specified season, including regular season and playoffs.
Instructions
Get the game-by-game stats log for an NHL player in a given season.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| player_id | Yes | NHL player ID (e.g. 8478402) | |
| season | No | Season identifier, e.g. "20232024" (defaults to current season) | |
| game_type | No | Game type: 2 = regular season (default), 3 = playoffs |