Skip to main content
Glama
DanielTomaro13

sportsdata-mcp

mfl_player_scores

Read-onlyIdempotent

Get fantasy points for any player or free agent using your league's scoring rules, for a single week, season-to-date, or weekly average.

Instructions

Fantasy points under THIS league's scoring rules — for a week, year-to-date, or a weekly average. Rostered players and free agents alike.

Returns: {playerScores:{playerScore:[{id, score, isAvailable}]}} — score is in THIS league's scoring, so it is comparable across your own players and the free-agent pool, and not comparable to any other league.

Example: Season-to-date scores for a shortlist {"year": 2026, "L": "10005", "W": "YTD", "PLAYERS": "13593,14208"}

Auth: works without a key; MFL_COOKIE unlocks more if set.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
LYesLeague id — scoring is league-specific, which is the point of this endpoint.
WNoWeek number, 'YTD' for the season so far, or 'AVG' for a weekly average.
JSONNoLeave as-is.
TYPENoLeave as-is.playerScores
yearYesSeason year. Required — part of the URL path.
COUNTNoCap the number of players returned.
RULESNo1 also returns the scoring-rule breakdown behind each total.
APIKEYNoRead-only alternative to the cookie.
PLAYERSNoRestrict to these player ids. Strongly recommended.
POSITIONNoRestrict to one position.
Install Server

TDQS

A3.8/5.0
Behavior4/5

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

Annotations already declare readOnlyHint, openWorldHint, and idempotentHint. The description adds valuable behavioral context: the exact return structure, the league-specific comparability caveat, the auth requirements (works without key, MFL_COOKIE unlocks more), and an example call. No contradictions with annotations. It does not cover rate limits or data freshness, but the annotations cover the safety profile, so this is well-rounded.

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?

The description is front-loaded with the purpose, followed by return format, an example, and auth note. It is moderately long but every sentence adds value (purpose, structure, example, auth). The structure is logical and the example is practical, though the auth line could be seen as separate but is useful.

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 has 10 parameters (all described in schema), annotations cover safety, and the description provides the return structure, an example, and auth details, it is sufficiently complete for an agent to invoke correctly. It lacks pagination and error-handling details, but these are not critical for a read-only endpoint with a clear response format.

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?

The schema covers 100% of parameters with descriptions, so the baseline is 3. However, the description's example uses 'PLAYERS': "13593,14208" (a string) while the schema declares PLAYERS as an array. This directly contradicts the schema and could mislead the agent on how to format the parameter. The example is otherwise helpful for year, L, and W, but this inconsistency undermines clarity.

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 returns fantasy points under a specific league's scoring rules, for a week, YTD, or weekly average, and includes both rostered players and free agents. This differentiates it from sibling tools like mfl_rosters or mfl_free_agents, which list players without scores. The verb and resource are precise and the scope is unambiguous.

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 explains what the tool does and that scores are league-specific and comparable across players, but it does not explicitly state when to use this instead of other MFL score-related tools (e.g., mfl_projected_scores for projections, mfl_live_scoring for live scores). There is no mention of alternatives or exclusions, so the guidance is implied rather than explicit.

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

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/DanielTomaro13/sportsdata-mcp'

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