Skip to main content
Glama
lacausecrypto

Sports Hub MCP Server

nhl: Get game play by play

nhl_get_game_play_by_play
Read-onlyIdempotent

Retrieve the complete play-by-play feed for any NHL game, including every event such as shots, goals, penalties, and faceoffs.

Instructions

Get the full play-by-play feed for an NHL game. Contains every event (shots, goals, penalties, faceoffs, etc.).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
game_idYesNHL game ID (e.g. 2023020001)
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Annotations (readOnlyHint, idempotentHint, openWorldHint) are already present, so the description's job is lighter. It adds value by stating the feed is 'full' and enumerating example events, giving agents a sense of content breadth. No contradictions with annotations.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Two sentences, no filler. The first sentence states the action and resource; the second clarifies content. Every word earns its place, and the description is front-loaded with the most important information.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the tool's simplicity (one parameter, no output schema, no nested objects), the description is sufficient. It explains the output type (play-by-play feed) and content scope. Lacks mention of output format or ordering, but overall complete for an agent to decide to use it.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 100% for the single parameter (game_id), so the description does not need to add parameter-level detail. It correctly leaves parameter semantics to the schema, achieving baseline adequacy.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description explicitly states the tool retrieves the full play-by-play feed for an NHL game and lists event types (shots, goals, penalties, faceoffs). This clearly distinguishes it from sibling tools like nhl_get_game_boxscore or nhl_get_game_landing, which serve different purposes.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description implies usage when one needs detailed event data, but does not provide explicit guidance on when to use this tool versus alternatives (e.g., for boxscore or game landing). No when-not cases or prerequisites are mentioned.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

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/lacausecrypto/mcp-sports-hub'

If you have feedback or need assistance with the MCP directory API, please join our Discord server