Skip to main content
Glama

NHL MCP Server

by dylangroos

get-month-schedule

Fetch the NHL schedule for a specific team by entering the team abbreviation, year, and month. Plan game days with accurate team-specific schedules.

Instructions

Get the NHL schedule for a specific team for a given month

Input Schema

NameRequiredDescriptionDefault
monthYesMonth (1-12)
teamAbbrevYesThree-letter team abbreviation (e.g. TOR, NYR, BOS)
yearYesYear (e.g. 2025)

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "month": { "description": "Month (1-12)", "maximum": 12, "minimum": 1, "type": "number" }, "teamAbbrev": { "description": "Three-letter team abbreviation (e.g. TOR, NYR, BOS)", "maxLength": 3, "minLength": 3, "type": "string" }, "year": { "description": "Year (e.g. 2025)", "type": "number" } }, "required": [ "teamAbbrev", "year", "month" ], "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