Skip to main content
Glama
DanielTomaro13

sportsdata-mcp

mfl_free_agents

Read-onlyIdempotent

Get free agents not on any roster in a fantasy league's waiver pool. Filter by year, league ID, and position to see available players for adds or waiver claims.

Instructions

Players not on any roster in this league — the pool an add or a waiver claim draws from.

Returns: {freeAgents:{leagueUnit:{unit, player:[{id, contractYear, salary}]}}} — ids only; join to mfl_players for names and to mfl_player_scores for form.

Example: Free-agent running backs {"year": 2026, "L": "10005", "POSITION": "RB"}

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

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
LYesLeague id.
JSONNoLeave as-is.
TYPENoLeave as-is.freeAgents
yearYesSeason year. Required — part of the URL path.
APIKEYNoRead-only alternative to the cookie.
POSITIONNoRestrict to one position, e.g. RB. Strongly recommended — the unfiltered pool is large.
Install Server

TDQS

A4.5/5.0
Behavior4/5

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

Annotations already declare read-only, open-world, and idempotent traits. The description adds valuable behavioral context beyond this: the exact return structure (ids only, with a join note to mfl_players for names and mfl_player_scores for form), the auth requirement (works without key; MFL_COOKIE unlocks more), and a concrete example. This goes beyond the annotations and helps the agent understand both the response and access restrictions.

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 compact: a one-sentence definition, the return shape, an example, and an auth note. It is front-loaded with the core purpose, and every line carries information without redundancy or fluff. The structure guides the agent from 'what' to 'how' to 'auth' efficiently.

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 read-only lookup tool with 6 parameters and no output schema, the description is complete: it defines the resource, gives the exact return format, provides a working example, notes auth variations, and explains how to enrich the ids (join to other tools). Combined with the well-documented schema and annotations, an agent has everything needed to call and interpret the result correctly.

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 schema already describes all parameters with 100% coverage, including 'Leave as-is' notes and the strong recommendation for POSITION. The description adds an example usage that clarifies how to combine year, L, and POSITION, and reinforces the recommendation with 'Strongly recommended — the unfiltered pool is large.' This adds marginal value on top of the schema, justifying a score above the baseline.

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 first sentence precisely defines the tool's purpose: 'Players not on any roster in this league — the pool an add or a waiver claim draws from.' This clearly conveys that it returns free agents, distinguishing it from roster/player lookup tools. The example further reinforces the intent.

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 description gives clear context by explaining this is the pool for adds/waivers, and the example shows how to filter by position. It does not explicitly name alternatives (like mfl_rosters for rostered players), but the definition of free agents inherently signals when this tool is appropriate, which qualifies as clear context without exclusions.

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