Skip to main content
Glama
DanielTomaro13

sportsdata-mcp

cfbd_betting_lines

Read-onlyIdempotent

Retrieve historical college football betting lines from multiple books, including spread, over/under, and moneyline, with open and closing values for CLV backtesting.

Instructions

Historical betting lines per game from multiple books — spread, over/under and moneyline. The college-football backtesting dataset.

Returns: [{id, season, week, homeTeam, homeScore, awayTeam, awayScore, lines:[{provider:'consensus'|'Bovada'|…, spread, formattedSpread, spreadOpen, overUnder, overUnderOpen, homeMoneyline, awayMoneyline}]}] — SHAPE FROM VENDOR DOCS. lines is per BOOK; *Open vs the closing value is what a CLV comparison uses.

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: 2024 week 1 lines {"year": 2024, "week": 1}

Auth: needs your own key in CFBD_API_KEY.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
teamNoOne school.
weekNoWeek number.
yearNoSeason year.
seasonTypeNoSeason type. One of: regular, postseason.regular
Behavior5/5

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

The description goes well beyond the annotations (readOnlyHint, openWorldHint, idempotentHint) by disclosing that the return shape is from vendor docs and 'has NOT been verified against a live response,' advising to 'inspect the actual payload.' It also explains the significance of `*Open` fields for CLV comparisons and notes the auth requirement (CFBD_API_KEY). This adds valuable context without contradicting the safe-read annotations.

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 well-organized and front-loaded: it opens with a one-sentence purpose, then presents the return shape, a caveat about verification, an example, and auth requirement. Each section serves a clear purpose and there is no fluff. It is longer than average but every sentence earns its place due to the tool's complexity and the unverified data warning.

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?

Given that there is no output schema and the return payload is complex (nested `lines` objects), the description compensates by providing a detailed return shape, explaining it is approximate, giving an example call, and stating the auth key requirement. It also clarifies the `*Open` versus closing semantics, making it complete for an agent to understand both the call and the response structure.

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?

Input schema covers all four parameters (team, week, year, seasonType) with descriptions, providing 100% coverage. The description does not elaborate on parameter meanings or formats beyond the schema, except for an example using year and week. This example adds a hint of usage but does not substantially enrich parameter semantics, aligning with the baseline for full schema coverage.

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 identifies the tool as retrieving 'Historical betting lines per game from multiple books — spread, over/under and moneyline.' It specifies the resource (betting lines), the scope (per game), and the content (spread, totals, moneyline), which distinguishes it from sibling tools like cfbd_games or odds aggregation tools. The phrase 'The college-football backtesting dataset' further clarifies its intended use.

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 sets clear context: it is for historical betting lines and backtesting, and it provides a concrete example query (2024 week 1 lines). However, it does not explicitly state when to prefer this over alternatives such as cfbd_games or theoddsapi, nor does it mention exclusions. The usage intent is implied but not explicitly contrasted with other tools.

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