get_player
ActiveTool of Nhl
declared in 0.1.0
Get an NHL player's profile and current season stats by player ID. Returns bio, position, team, and season statistics.
Parameters schema
{
"type": "object",
"examples": [
{
"playerId": 8478402
},
{
"playerId": 8477933
}
],
"required": [
"playerId"
],
"properties": {
"playerId": {
"type": "number",
"description": "NHL player ID (e.g., 8478402 for Connor McDavid)"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Nhl
https://github.com/pipeworx-io/mcp-nhl
1/7 registries