Skip to main content
Glama
Crawlora-org

Crawlora MCP

Official

yahoo_sports_team_roster

Fetch a team's full roster by supplying a league and team identifier. Returns positions, jersey number, status, injuries, physicals, college, and experience.

Instructions

Yahoo Sports team roster. Returns a team's full roster (position, jersey number, status, injury, physicals, college, and experience) from sports.yahoo.com's own server-rendered roster page. The league enum accepts nfl, nba, wnba, mlb, nhl, college-football, college-basketball, college-womens-basketball, mls, premier-league, la-liga, serie-a, bundesliga, ligue-1, nwsl, ligamx-apertura, ligamx-clausura, copa-america, club-world-cup, world-cup, concacaf-champions-cup, concacaf-gold-cup, concacaf-league, and champions-league. Get a team slug from the scoreboard or standings response (e.g. green-bay, la-lakers).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
teamYesYahoo Sports team slug
leagueYesLeague key
Behavior4/5

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

With no annotations, the description carries the full burden of behavioral disclosure. It explicitly says results come from sports.yahoo.com's own server-rendered roster page, which suggests a stable read-only HTML page source. It also lists exactly which player attributes are included. It neither overpromises nor contradicts the annotations.

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 efficient: it opens with the core purpose, then enumerates the returned fields, then gives the league enum and the input guidance. The long league list is necessary because the schema lacks enums, so it is not wasteful. The key instructions are front-loaded.

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?

For a two-parameter read-only roster tool, the description covers all essential information: the exact data returned, the source, the legal league values, and how to find a team slug. No output schema is present, but the caller can infer the response will contain the listed roster fields. There is no missing information that would prevent correct invocation.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters5/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The schema only gives the bare labels 'Yahoo Sports team slug' and 'League key', but the description augments this considerably by enumerating all accepted league values and explaining how to obtain a valid team slug from the scoreboard/standings response with examples. The parameter guidance is comprehensive and directly actionable.

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 a team's full roster' and lists the exact fields (position, jersey number, status, injury, physicals, college, and experience), giving an agent a clear idea of what it will get. The reference to the Yahoo Sports server-rendered roster page distinguishes it from sibling roster tools like espn_team_roster or mlb_team_roster.

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 actionable usage context: to get the required team param, use the scoreboard or standings response, with concrete examples such as 'green-bay' and 'la-lakers'. It does not explicitly explain when to choose this tool over a sibling roster provider, but the Yahoo Sports framing and schema make the appropriate scenario clear.

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/Crawlora-org/crawlora-mcp'

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