Skip to main content
Glama
Crawlora-org

Crawlora MCP

Official

draftkings_teams

Get DraftKings Sportsbook league teams for NFL, NHL, NBA, CBB, MLB, or CFB. Returns public team lists in clean JSON for analysis or integration.

Instructions

DraftKings Sportsbook league teams. Returns the teams listed on DraftKings Sportsbook's public Teams page for one league. Allowed league values: nfl, nhl, nba, cbb, mlb, cfb.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
leagueYesLeague: nfl, nhl, nba, cbb, mlb, cfb
Behavior3/5

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

No annotations are present, so the description must carry the burden of behavioral disclosure. It implies a read-only operation by describing the public Teams page, but it does not mention response format, pagination, rate limits, or whether auth is required. For a low-risk list endpoint, this is acceptable but not thorough.

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 short, mostly front-loaded, and gets to the core behavior quickly. The opening noun phrase restates the tool name somewhat, but the rest of the description is efficient and the allowed values list is useful for enforcement.

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 single-parameter, no-output-schema tool, the description covers enough: what the tool returns, the source page, the league scope, and the valid league values. It leaves the return shape underdescribed, but an agent can correctly select and invoke the tool.

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?

The schema already documents the league parameter with 100% coverage, including the allowed values. The description adds little beyond restating those values, which is fine but not additive.

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 states the verb 'Returns' and the resource 'teams listed on DraftKings Sportsbook's public Teams page for one league.' It is specific about scope, but it does not explicitly call out sibling tools like draftkings_team or draftkings_leagues, so differentiation relies on the plural 'teams' and 'for one league.'

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: use this tool to get teams for exactly one supported league, with the allowed league values spelled out. It does not state when not to use it or name alternatives for getting a single team or a list of leagues.

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