Skip to main content
Glama
DanielTomaro13

sportsdata-mcp

yahoo_player_ownership

Read-onlyIdempotent

Determine if a player is available in a Yahoo fantasy league. Ownership data shows percent owned and whether they are rostered, on waivers, or free, guiding add or bid decisions.

Instructions

Ownership and roster status for players in a league — percent owned and whether they are rostered, on waivers or free.

Returns: {fantasy_content:{league:[{league_key}, {players:{'0':{player:[[{player_key}, {name}], {ownership:{ownership_type:'team'|'waivers'|'freeagents', owner_team_key, waiver_date}}, {percent_owned:{value}}]}, count}}]}} — SHAPE FROM VENDOR DOCS. ownership_type is the difference between 'add them now' and 'you must outbid someone'.

NOTE: this shape is from the vendor's documentation and has NOT been verified against a live response (we hold no key for this provider). Treat it as approximate — inspect the actual payload before relying on a field name.

Example: Is this player available? {"leagueKey": "449.l.12345", "playerKeys": "449.p.31883"}

Auth: needs your own key in YAHOO_CLIENT_ID or YAHOO_CLIENT_SECRET or YAHOO_REFRESH_TOKEN.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
formatNoLeave as json.json
leagueKeyYesLeague key — ownership is league-specific. Required — part of the URL path.
playerKeysYesComma-separated player keys. Required — part of the URL path.
Behavior4/5

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

Annotations already declare readOnlyHint, openWorldHint, and idempotentHint, so the description does not need to restate those. It adds valuable transparency by warning that the return shape is unverified, that the provider key is not held, and that the payload should be inspected before relying on field names. It also discloses auth requirements.

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 longer than average but well-structured with clear sections: summary, return shape, caveat, example, and auth. Every section earns its place, especially the unverified-shape warning and example. The dense return-shape block is necessary because there is no output schema.

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 absence of an output schema, the description compensates by providing the vendor-documented return shape, a caveat about its reliability, a usage example, and auth instructions. It is complete enough for a simple read-only lookup, though it does not cover error cases or pagination.

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?

Schema coverage is 100%, with each parameter already described in the input schema. The description adds a concrete example with realistic leagueKey and playerKeys values, but it does not add substantive semantic meaning beyond what the schema already provides. Baseline 3 is appropriate.

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

Purpose4/5

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

The description clearly identifies the tool's resource: ownership and roster status for league players, including percent owned and whether they are rostered, on waivers, or free. It is specific enough to distinguish from sibling tools like yahoo_player_stats or yahoo_team_roster, though it does not explicitly name or contrast those alternatives.

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 example 'Is this player available?' implies the primary use case, and the explanation of ownership_type ('add them now' vs 'you must outbid someone') provides practical context. However, there is no explicit when-to-use versus alternatives or any exclusion guidance.

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

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