get-game-play-by-play
Retrieve detailed play-by-play data for NHL games, including goals, penalties, shots, and hits, by specifying a game ID and optional filters.
Instructions
Get play-by-play data for a specific NHL game
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| gameId | Yes | Game ID in the format YYYYYYYY (e.g., 2023020204) | |
| maxEvents | No | Maximum number of events to return (default: 50, use 0 for all) | |
| filterByType | No | Filter events by type (e.g., 'goal', 'penalty', 'shot-on-goal', 'hit') |