Skip to main content
Glama

NHL MCP Server

by dylangroos

get-current-stat-leaders

Retrieve top NHL skater rankings by stat category, such as goals or assists, with customizable limits for detailed player performance insights.

Instructions

Get current NHL skater stats leaders

Input Schema

NameRequiredDescriptionDefault
categoryYesStat category (e.g. goals, assists, points)
limitNoNumber of players 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. goals, assists, points)", "type": "string" }, "limit": { "description": "Number of players 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