Skip to main content
Glama
bryan3eng

Fantasy Football Data MCP Server

by bryan3eng

sportmicro_get_player_projections_season

Retrieve documented season player projections for fantasy football, helping you compare players and make informed draft or lineup decisions.

Instructions

Get documented Sportmicro season player projections.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv1.0.0

TDQS

C2.6/5.0
Behavior1/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 of behavioral disclosure, and it discloses nothing: no data source or freshness, no season definition, no permissions or rate limits, no statement of whether results are live or cached. 'Documented' hints at provenance but never explains it.

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

Conciseness4/5

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

It is a single six-word front-loaded sentence with no padding or repetition. The only wasted token is the vague modifier 'documented', but there is no verbosity to penalize.

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

Completeness2/5

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

For a no-parameter tool with no annotations and no output schema, the description must convey scope and return expectations on its own. It does not: what 'season' spans, the projection metrics returned, and how it differs from the week-level sibling are all 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 takes zero parameters, and the schema is a bare permissive object with additionalProperties=true, so there are no parameter semantics the description could add. The baseline of 4 applies because there is nothing to document.

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

Purpose3/5

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

The description gives a clear verb and resource ('Get ... player projections') and the word 'season' is the attribute that distinguishes it from sportmicro_get_player_projections_week, but it never makes that contrast explicit and 'documented' is unearned filler rather than a meaningful qualifier.

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?

There is no when-to-use guidance at all. With three closely related siblings (get_player_projections, get_player_projections_week, and this season variant), the description offers no criteria for choosing among them, leaving the agent to infer scope from the name alone.

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