Skip to main content
Glama

PinnWire — Pinnacle Odds, Price Drops & No-Vig Fair Prices

get_drops

Read-only

Recent Pinnacle price DROPS — the dropping-odds / odds-shortening / steam-move signal: every outcome whose price fell, with from/to decimal prices, drop %, and nvp, the no-vig decimal fair price (1/nvp = fair implied probability — a de-vigged baseline for arbitrage checks, +EV / value betting, prediction-market pricing and model calibration; an estimate, not a guarantee). Buffer covers roughly the last 3 hours. Does not compare other sportsbooks or prove a move is informed money.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
modeNoLive or prematch drops. Default live
limitNoMax drop records returned. Default 25, max 100
sport_idNoSport identifier: 1 Soccer, 2 Tennis, 3 Basketball, 4 Hockey, 5 Football, 6 Baseball, 7 Rugby, 8 MMA, 9 Boxing, 10 Volleyball/Handball, 11 Esports, 12 Golf, 13 Cricket. Call list_sports when unknown.
min_drop_pctNoMinimum price decrease in percent. Default 2 for this tool (REST default is 5)

TDQS

A4.2/5.0
Behavior5/5

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

Beyond the readOnlyHint annotation, the description adds meaningful behavioral context: it names the source (Pinnacle), the time buffer, the returned concepts (drop percentage and nvp), and explicitly cautions that nvp is an estimate and that the signal does not prove informed money. This helps the agent set expectations without needing to call the tool.

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 dense but every clause contributes meaning: the core purpose is front-loaded, the nvp definition is justified by its use cases, and the limitations are stated explicitly. No filler or redundant restatement of the tool name exists.

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?

Given there is no output schema, the description does a good job naming the expected returned fields: from/to decimal prices, drop %, and nvp. It also provides the time buffer and caveats. A minor gap is that the exact output shape, ordering, or grouping of records is not specified, but this is not critical for selecting and invoking 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?

Schema description coverage is 100%, so all four parameters are already documented. The description adds broader context around drops and nvp, but it does not add parameter-specific semantics beyond what the schema provides. This matches the baseline for a fully covered 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?

The description clearly identifies the tool as returning recent Pinnacle price drops, with an explicit definition of what counts as a drop: outcomes whose odds shortened. It is readily distinguishable from sibling tools like get_live_odds or get_prematch_lines because it focuses specifically on drops/steam moves rather than general odds.

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 conveys when the data is useful (recent Pinnacle drops, roughly last 3 hours) and what it cannot do (does not compare sportsbooks or prove informed money). However, it never explicitly tells the agent when to prefer this tool over siblings such as get_live_odds or get_prematch_odds, leaving the choice to inference.

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

A3.9/5.0
Disambiguation3/5

get_live_odds and get_prematch_odds are clearly separated by live vs prematch, but get_prematch_lines, get_prematch_odds, and get_event all deal with prematch/event odds and could be confused. The descriptions clarify one-sport vs one-event vs full-detail scopes, but the boundaries require careful reading.

Naming Consistency4/5

Most tools follow a clean get_<object> pattern (get_live_odds, get_prematch_odds, get_drops, get_event, get_health), and casing is consistent. list_sports breaks the pattern by using a different verb, and get_event/get_drops are slightly more generic than their odds-specific siblings, but overall the naming is predictable.

Tool Count5/5

Seven tools is well-scoped for a focused odds-and-drops API. Each tool maps to a distinct need: sport mapping, live odds, prematch odds, event detail, price drops, and health/status, with no obvious fat to trim.

Completeness4/5

The core read-only odds surface is well covered: sports discovery, live and prematch odds, per-event detail, drops, and feed health. The main gap is that no-vig fair prices are only exposed through the drops tool rather than being available as a consistent property across all odds endpoints.

Resources