get-current-standings
Retrieve up-to-date NHL standings data through the NHL MCP Server, providing structured access to team rankings for real-time analysis and insights.
Instructions
Get current NHL standings
Input Schema
Name | Required | Description | Default |
---|---|---|---|
No arguments |
Input Schema (JSON Schema)
{
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"properties": {},
"type": "object"
}