Skip to main content
Glama

get_game_detail

Read-only

Use when you need everything about one game: both teams, full team box-score stats (EPA, success, drives), consensus closing line, per-bookmaker opening/closing/latest odds, weather, surface, and officials. Requires a game id from get_games or get_schedule. Costs 10 credits.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
game_idYesGame id, e.g. 2025_01_KC_BUF

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
gameYes
oddsYes
away_teamYes
home_teamYes
officialsYes
team_statsYes
consensus_closingYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.2/5.0
Behavior4/5

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

Annotations already declare readOnlyHint=true, and the description adds meaningful behavioral context: the call costs 10 credits and requires a game_id obtained from get_games or get_schedule. This goes beyond the annotations without contradicting them.

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?

Three sentences with no wasted words. The primary use case is front-loaded, the content scope is listed compactly, and the prerequisite and cost are stated at the end. Every sentence earns its place.

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

Completeness5/5

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

For a single-parameter tool with an output schema and read-only annotations, the description is complete. It tells the agent what data it will receive, where to get the required ID, and that it costs credits. Nothing essential for calling it correctly appears missing.

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

Parameters4/5

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

Schema coverage is 100% with a concrete example, so the baseline is 3. The description adds value by explaining that game_id should come from get_games or get_schedule, giving the agent provenance for the parameter beyond the schema's type and example.

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

Purpose4/5

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

The description clearly states the tool returns comprehensive data for one game: teams, box-score stats, odds, weather, surface, and officials. It distinguishes itself from siblings by emphasizing 'everything about one game' and enumerating the specific data categories, though it does not explicitly name alternative tools.

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

Usage Guidelines4/5

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

It gives a clear when-to-use condition: when you need the full detail set for a single game. It also names the prerequisite source for game_id ('from get_games or get_schedule'), which is actionable. It does not explicitly say when not to use it or name alternatives, but the context is strong.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.