Skip to main content
Glama

NHL MCP Server

by dylangroos

get-current-stat-leaders

Retrieve current NHL skater stat leaders by specifying a category (e.g., goals, assists) and the number of players to display, using structured NHL data access.

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