Skip to main content
Glama

NHL MCP Server

by dylangroos

get-scores-by-date

Retrieve NHL scores for a specific date, filtering by completed or upcoming games using a YYYY-MM-DD formatted date input.

Instructions

Get NHL scores for a specific date

Input Schema

NameRequiredDescriptionDefault
dateYesDate in YYYY-MM-DD format
includeCompletedNoInclude completed games
includeUpcomingNoInclude upcoming games

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "date": { "description": "Date in YYYY-MM-DD format", "type": "string" }, "includeCompleted": { "default": true, "description": "Include completed games", "type": "boolean" }, "includeUpcoming": { "default": true, "description": "Include upcoming games", "type": "boolean" } }, "required": [ "date" ], "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