Skip to main content
Glama

NHL MCP Server

by dylangroos

get-player-landing

Retrieve detailed NHL player information by entering the player ID. Utilize structured data access within the NHL MCP Server to fetch player-specific data efficiently.

Instructions

Get information about an NHL player

Input Schema

NameRequiredDescriptionDefault
playerIdYesNHL player ID (e.g. 8478402 for Connor McDavid)

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "playerId": { "description": "NHL player ID (e.g. 8478402 for Connor McDavid)", "type": "number" } }, "required": [ "playerId" ], "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