Skip to main content
Glama

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

get_prematch_odds

Read-only

Current prematch (pregame / upcoming-match) Pinnacle odds for one sport — sharp lines for handicapping, expected-value screens and model features. Same shape as get_live_odds. Callers can store snapshots for their own line-history or closing-line-value analysis; this is not a historical opening/closing-odds archive.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
sport_idYesSport 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.
max_eventsNoMax events returned. Default 25, max 100
include_specialsNoAlso include currently published props & specials

TDQS

A4.2/5.0
Behavior4/5

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

Annotations already provide readOnlyHint=true. The description adds useful behavioral context: it returns current snapshots, callers may store them for their own analysis, and it is explicitly not a historical archive. It does not detail rate limits or update cadence, but the bar is lowered by the read-only annotation.

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?

Three sentences, front-loaded with the primary purpose and scope. The use-case phrase and the non-archive clarification are both informative and earned; there is no filler.

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?

With no output schema, the description partially compensates by referring to get_live_odds for shape, which is a sibling the agent can inspect. It covers currentness, sport-scoping, and snapshot storage, but does not state response fields or refresh behavior on its own.

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 the parameters are already fully documented. The description adds no parameter-specific meaning beyond the schema, making the baseline 3 appropriate.

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 names a specific verb and resource: it returns current prematch Pinnacle odds for one sport. It also distinguishes itself from live odds by saying 'prematch' and from a historical archive by explicitly stating 'this is not a historical opening/closing-odds archive.'

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?

It gives clear context on when to use the tool: for current prematch odds, handicapping, EV screens, and model features. It states an exclusion ('not a historical opening/closing-odds archive'), though it does not explicitly name alternatives like get_live_odds or get_prematch_lines.

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