Skip to main content
Glama
LuccaBessa

sleeper-mcp

by LuccaBessa

Get NFL State

get_nfl_state

Get the current NFL season, week, and season type (pre/regular/post) to determine the league's state.

Instructions

Get the current NFL season, week, and season type (pre/regular/post).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.1.0

TDQS

A4.5/5.0
Behavior4/5

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

With no annotations provided, the description must carry the behavioral burden. 'Get' implies a read-only fetch with no side effects, and the description explicitly lists what will be returned. It does not describe the exact response shape, but for a zero-parameter state query this is a minor gap.

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 states the operation and the three return fields without any filler. Every word 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 zero-parameter, no-output-schema tool, the description is complete: it names exactly what the agent will receive, including the season type values (pre/regular/post). Nothing needed to invoke or understand the result is 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?

The tool has zero parameters, so the baseline is 4. There are no parameter semantics for the description to clarify, and the schema already fully covers the empty parameter set.

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 names a specific verb ('Get'), a clear resource ('current NFL state'), and enumerates the exact data points returned: season, week, and season type. It also distinguishes itself from all sibling tools, which operate on users, leagues, rosters, and drafts rather than league-wide NFL state.

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?

The word 'current' clearly situates the tool as the one to call when an agent needs the current NFL season/week/type. There are no similar sibling tools to confuse it with, so explicit when-not/alternative guidance is unnecessary; no exclusions are needed.

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