Skip to main content
Glama

Find Sports Arbitrage Gaps

find_arbitrage
Read-only

Scan for cross-platform price gaps between Kalshi and Polymarket on the same sports contract (NBA, NHL, MLB, World Cup). Returns each game where the two venues disagree on the implied probability, the gap in percentage points, the WATCH/ARB signal, and which venue is cheaper. Free without a key: the single largest gap on the board, in full detail. One email returns the top 3; Pro returns the whole board. Use for "where is the arbitrage", "cross-platform price gaps", "Kalshi vs Polymarket mispricing". Every signal our engines publish is settled against the market that priced it and scored wins and losses in public: predictionmarketspicks.com/track-record.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
minGapNoMinimum gap in percentage points to include (default 3 = WATCH threshold). Accepts a number or a numeric string ("3", "3pp", "3%").

TDQS

A4.1/5.0
Behavior4/5

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

Annotations already declare readOnlyHint, and the description adds meaningful behavioral context: it explains the tiered access (free single largest gap, email top 3, Pro whole board), the output fields, and even points to a public track record URL. This goes beyond the annotations without contradicting them, though it does not elaborate on exact response formatting or error handling.

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 front-loaded with the core function and output, then moves through tiering, example queries, and track record. Each sentence adds value, but the track-record sentence makes it slightly longer than necessary, so it earns a 4 rather than a 5.

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 a single optional parameter and no output schema, the description covers the core behavior, limitations (free/email/Pro tiers), and even provides a track-record link for credibility. It could be more detailed about response structure or edge cases, but for the simplicity of the tool, it is quite complete.

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 only parameter, minGap, is fully described in the schema (default, accepted formats). The description does not add any additional parameter-level guidance, so with 100% schema coverage, the baseline score of 3 is 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 opens with a precise verb and scope: 'Scan for cross-platform price gaps between Kalshi and Polymarket on the same sports contract (NBA, NHL, MLB, World Cup).' It clearly lists the outputs (implied probability gap, WATCH/ARB signal, cheaper venue) and even includes example user queries, making it unambiguous and distinct from sibling tools like scan_mispricings.

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 explicit example use cases ('Use for "where is the arbitrage", "cross-platform price gaps", "Kalshi vs Polymarket mispricing"') that tell the agent when to invoke this tool. However, it does not explicitly mention alternative tools or when not to use it, stopping short of a full usage guideline.

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
Disambiguation4/5

Most tools target distinct workflows with explicit usage hints, such as best_available vs who_do_i_draft vs compare_players. The main risk is the cluster of 'edge' tools—calculate_ev, scan_mispricings, edge_alerts, nfl_edge, nfl_prop_edge—but descriptions narrow them by venue, asset, and scope well enough.

Naming Consistency3/5

All names use lowercase snake_case, but there is no stable verb_noun pattern: some are verbs (calculate_ev, scan_mispricings), many are noun phrases (draft_board, market_pulse, nfl_edge), and one is a full question (who_do_i_draft). The nfl_* prefix adds structure, but overall the convention is mixed though still readable.

Tool Count3/5

24 tools is on the heavy side and the set spans two fairly distinct domains: prediction-market edge tools and fantasy-football draft tools. Most tools serve a distinct function, but several 'edge' tools and the eight fantasy tools could feel redundant if consolidated.

Completeness4/5

The set covers the core prediction-market workflow: base rates, Bayesian updates, EV, Kelly sizing, mispricing scans, arbitrage, and vertical signals, plus a full fantasy-draft surface. Notable gaps are generic market/price lookup and portfolio-level tracking, but agents can work around these.