Skip to main content
Glama
omniviewai

gamedai-nfl-mcp

by omniviewai

get_game_scores

Read-only

Retrieve NFL game scores for a given date or event. Filter by event ID to get specific matchup results.

Instructions

Return the public NFL slate, optionally filtered by event id.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
dateNo
event_idNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior3/5

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

Annotations already declare readOnlyHint=true and destructiveHint=false, so the safety profile is established. The description adds that the data is public and that filtering is optional, which is useful, but it does not describe behavior like whether live/current scores are returned or how the date argument affects results.

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?

A single, front-loaded sentence that conveys the core purpose and primary optional filter without wasted words or redundant schema repetition.

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

Completeness3/5

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

Given the low complexity, strong read-only annotations, and presence of an output schema, the description is close to sufficient. However, the unexplained date parameter and lack of any usage context prevent it from being fully complete.

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

Parameters2/5

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

Schema description coverage is 0%, so the description must compensate. It explains event_id as a filter but completely omits date, leaving one of the two parameters effectively undocumented in both schema and description.

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 states a specific verb ('Return') and resource ('public NFL slate'), and the optional event_id filter adds scope. It is distinguishable from sibling tools, which focus on news, player grades, start/sit advice, and rankings.

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

Usage Guidelines2/5

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

No guidance is given about when to use this tool versus the siblings, nor when to supply date versus event_id. The phrase 'optionally filtered by event id' hints at one use case but offers no context such as needing scores for a given date or specific game.

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/omniviewai/gamedai-nfl-mcp'

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