Skip to main content
Glama

Lumify Sports Intelligence

list_forecasts

Read-onlyIdempotent

Daily board of forecasted wagers from Lumify's model — a prediction, not a beat-the-market claim (no OOS/independence gate; see list_ev for the gated main-line +EV claim). Player props (rate model) on MLB, NCAAF, NFL, NBA, NCAAB, NHL. Tennis main-line: moneyline (ranking Bradley-Terry) as bet_type ML_P1/ML_P2, game handicap as SPREAD_P1/SPREAD_P2, and total games as OVER/UNDER (a Normal-approx games model; soft-book game-unit lines only, never Pinnacle's set-unit total). Each wager has p_hit, conviction (|p_hit−0.5|×2×sufficiency×research), and posted books prices. Use list_ev to scan main lines by sharp-fair price gap; use this tool to scan high-probability forecasts. reliability is emerging on v0. 1 credit; empty slate is still 200. How + field catalog: https://lumify.ai/docs/forecasts Worked wager: https://lumify.ai/docs/understanding-odds#forecasts

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
dateNoUTC slate date YYYY-MM-DD. Defaults to today UTC.
limitNoMax wagers (1–100). Default 25.
sportYesSport slug: mlb, ncaaf, nfl, nba, ncaab, nhl, or tennis.
marketNoMain-line family filter (h2h, spreads, or totals). Tennis publishes all three (moneyline, game-handicap, total-games). Ignored on prop-only sports.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
dateNoUTC slate date (YYYY-MM-DD).
sportNoSport slug this slate was scored for.
totalNoCount of wagers on this page.
wagersNoSelected forecasted wagers, highest conviction first. Read p_hit as P(the picked outcome — side on prop rows, bet_type on main-line rows — hits); conviction is the board rank. How + field catalog: https://lumify.ai/docs/forecasts
reliabilityNoDefault badge on this slate. v0 ships emerging; each wager repeats the same field.
model_versionNoScorer version (forecast-v0).

TDQS

A4.8/5.0
Behavior5/5

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

Annotations already cover read-only, idempotent, non-destructive, open-world. The description adds substantial behavioral context beyond that: model limitation ('no OOS/independence gate'), quality warning ('reliability is emerging on v0'), cost behavior ('1 credit; empty slate is still 200'), and data-source constraints ('soft-book game-unit lines only, never Pinnacle's set-unit total'). No contradiction with the annotations — 'a prediction' aligns with readOnlyHint.

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?

On the longer side, but front-loaded: the first sentence states purpose and the key caveat. Every sentence earns its place (scope, tennis specifics, output fields, routing, cost, docs). The conviction formula is borderline detail but aids output interpretation, and the doc links provide an escape hatch. Slightly dense, not padded.

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?

With an output schema present and full safety annotations, the description covers everything an agent needs to call correctly: scope, sports, market mappings, model caveats, cost, empty-slate behavior, and two doc links for field catalog and worked examples. Nothing material is missing for a read-only listing 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 description coverage is 100%, so baseline is 3. The description adds genuine meaning beyond it: it maps the market enum to concrete tennis bet types (ML_P1/ML_P2 for h2h, SPREAD_P1/SPREAD_P2 for spreads, OVER/UNDER for totals) and explains the underlying models (rate model for props, ranking Bradley-Terry, Normal-aproximated games). This helps an agent choose correct sport/market combinations, though the basics are already in the schema.

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?

Opens with a specific verb+resource: 'Daily board of forecasted wagers from Lumify's model'. It immediately distinguishes itself from list_ev by explicitly stating it is a prediction, not a beat-the-market claim, and that list_ev is the gated main-line +EV claim. The scope (player props on six sports, tennis main-line bet types) further pins down exactly what this tool returns, so an agent cannot confuse it with siblings like get_odds or get_player_props.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Gives an explicit routing rule: 'Use list_ev to scan main lines by sharp-fair price gap; use this tool to scan high-probability forecast'. It also names the exclusion condition ('no OOS/independence gate') and points to list_ev for the gated claim, so when-not-to-use is stated as clearly as when-to-use.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

A4.4/5.0
Disambiguation5/5

Each tool maps to a distinct data resource or operation: events, live scores, odds, odds history, splits, stats, intelligence, player props, players, teams, sports, and seasons. Pairs like list_events vs query_events and get_event vs get_live_score are clearly differentiated by structured vs natural-language filtering and lightweight vs full detail.

Naming Consistency5/5

Tool names consistently follow a verb_noun snake_case pattern: get_*, list_*, search_*, query_*, batch_get_*, and estimate_cost. The naming conventions make the resource family immediately obvious, and deviations like batch_get_events are still predictable variants.

Tool Count4/5

19 tools is on the higher side, but each tool covers a specific sports-intelligence data product or workflow with little redundancy. The count feels intentional for the breadth of the domain rather than bloated.

Completeness4/5

The surface covers event discovery and retrieval, live scores, odds and line movement, splits, statistics, player props, intelligence, player/team/sport/season lookups, batch fetching, and cost estimation. Minor gaps like team standings or full rosters are not exposed, but core agent workflows are well supported.