Skip to main content
Glama
parthakker

NFL Analytics MCP

by parthakker

player_news

Retrieve recent news and injury reports for an NFL player by name or ID, from ESPN feeds.

Instructions

Recent news and injury-report entries for a player (name or gsis_id), from the polled ESPN feeds in news.duckdb.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
daysNo
name_or_idYes
Behavior3/5

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

No annotations are provided, so the description carries the full burden. It adds behavioral context by specifying the data source as polled ESPN feeds in news.duckdb, suggesting periodic updates, and indicates a time-limited scope with 'recent.' However, it does not disclose return format, ordering, failure behavior, or permissions.

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?

The description is a single, well-structured sentence that immediately states the tool's purpose, with no redundant words or filler.

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, the description covers the core purpose, the key input, and the data source. It doesn't explain the days parameter explicitly or outline usage boundaries, but the essential information is present for an agent to select and invoke the tool.

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?

The schema has no property descriptions (0% coverage), so the description must compensate. It clarifies that name_or_id accepts either a name or gsis_id, which adds meaning. The 'days' parameter is not explained in the description, though its default of 7 and role in recency is lightly implied by 'recent.'

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 clearly states the tool retrieves recent news and injury-report entries for a player, explicitly naming the input type (name or gsis_id) and data source, distinguishing it from sibling tools like league_news and news_search by being player-specific.

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 player-specific news is needed, but it does not provide explicit guidance on when to use this tool versus alternatives like news_search or league_news. No exclusions or alternative tool references are given.

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/parthakker/nfl-analytics'

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