Skip to main content
Glama
Crawlora-org

Crawlora MCP

Official

espn_scoreboard

Retrieve ESPN scores, schedule, status, and odds for a sport and league by providing sport, league, and optional season type, dates, or week.

Instructions

ESPN scoreboard. Returns games (scores, schedule, status, and odds when available) for a sport and league from ESPN's credential-free public JSON. The sport enum accepts football, basketball, baseball, hockey, and soccer. The league enum accepts nfl, college-football, nba, wnba, mens-college-basketball, womens-college-basketball, mlb, nhl, eng.1, esp.1, ita.1, ger.1, fra.1, usa.1, and uefa.champions; it must be valid for the chosen sport. The seasontype enum accepts 1 (preseason), 2 (regular season), 3 (postseason), and 4 (offseason).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
weekNoWeek number (football leagues)
datesNoDate or range as YYYYMMDD, YYYYMMDD-YYYYMMDD, or YYYY; defaults to the current scoreboard
sportYesSport key
leagueYesLeague key (must be valid for the sport)
seasontypeNoSeason type
Behavior3/5

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

With no annotations, the description carries the full burden. It mentions the tool is credential-free and returns specific data types (scores, schedule, status, odds). However, it does not disclose pagination, rate limits, or authentication requirements beyond being public.

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 a single concise paragraph covering all key points without excessive verbosity. It could be slightly more structured (e.g., bullet points for enums), but it efficiently conveys purpose and parameter details.

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

Completeness3/5

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

Given no output schema, the description adequately states the return data (scores, schedule, status, odds). However, it omits details like response structure, field names, or possible empty results, which would improve completeness for a 5-parameter tool.

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?

Schema coverage is 100%, but the description adds value by explaining the season type enum values and providing examples for dates. It also lists the sport and league enums explicitly, which is helpful beyond the schema's brief property descriptions.

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 games with scores, schedule, status, and odds for a specified sport and league. It specifies the source (ESPN credential-free public JSON) and enumerates the sports and league enums, making it distinct from sibling tools like espn_team or espn_game_summary.

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 provides details on parameter constraints (e.g., league must be valid for sport, seasontype enums) and notes that week is for football leagues. However, it lacks explicit guidance on when to use this tool versus alternatives like espn_game_summary or espn_standings.

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