get-game-play-by-play
Retrieve detailed play-by-play data for NHL games using a game ID, with options to filter by event type and limit the number of events returned. Access structured NHL game insights efficiently.
Instructions
Get play-by-play data for a specific NHL game
Input Schema
Name | Required | Description | Default |
---|---|---|---|
filterByType | No | Filter events by type (e.g., 'goal', 'penalty', 'shot-on-goal', 'hit') | |
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) |