Skip to main content
Glama

NHL MCP Server

by dylangroos

get-current-goalie-leaders

Retrieve current NHL goalie leaders by specifying a stat category like wins, savePctg, or shutouts, and set a limit for the results. Ideal for analyzing top-performing goalies.

Instructions

Get current NHL goalie stats leaders

Input Schema

NameRequiredDescriptionDefault
categoryYesStat category (e.g. wins, savePctg, gaa, shutouts)
limitNoNumber of goalies to return (default: 5)

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "category": { "description": "Stat category (e.g. wins, savePctg, gaa, shutouts)", "type": "string" }, "limit": { "description": "Number of goalies to return (default: 5)", "type": "number" } }, "required": [ "category" ], "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