Skip to main content
Glama

NHL MCP Server

by dylangroos

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

NameRequiredDescriptionDefault
filterByTypeNoFilter events by type (e.g., 'goal', 'penalty', 'shot-on-goal', 'hit')
gameIdYesGame ID in the format YYYYYYYY (e.g., 2023020204)
maxEventsNoMaximum number of events to return (default: 50, use 0 for all)

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "filterByType": { "description": "Filter events by type (e.g., 'goal', 'penalty', 'shot-on-goal', 'hit')", "type": "string" }, "gameId": { "description": "Game ID in the format YYYYYYYY (e.g., 2023020204)", "type": "string" }, "maxEvents": { "default": 50, "description": "Maximum number of events to return (default: 50, use 0 for all)", "type": "number" } }, "required": [ "gameId" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/dylangroos/nhl-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server