Skip to main content
Glama

NHL MCP Server

by dylangroos

get-skater-leaders

Retrieve NHL skater statistical leaders by specifying categories such as goals, assists, or points and set a limit for the number of players to display.

Instructions

Get NHL statistical leaders for skaters

Input Schema

NameRequiredDescriptionDefault
categoryYesStatistical category to get leaders for
limitNoNumber of players to return (max 50)

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "category": { "description": "Statistical category to get leaders for", "enum": [ "points", "goals", "assists", "plusMinus", "powerPlayGoals", "gameWinningGoals", "shots" ], "type": "string" }, "limit": { "default": 10, "description": "Number of players to return (max 50)", "maximum": 50, "minimum": 1, "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