Skip to main content
Glama
rapidoddsapi

rapidoddsapi-mcp

Official
by rapidoddsapi

find_arbitrage

Discover arbitrage opportunities across bookmakers by backing both sides of a bet, securing profit when odds diverge.

Instructions

Find bets where backing both sides at different bookmakers locks in profit.

Fetches odds first, so it costs the same as get_odds: ceil(number of bookmakers / 5) credits for the single market. It defaults to ten bookmakers, 2 credits, because an arbitrage only exists when books disagree and five rarely spread far enough.

Works on any market whose bets have two sides: head_to_head and its period variants, soccer's draw_no_bet, totals, handicaps, team totals and player props. Only three-way markets are rejected, with an explanation rather than silently returning nothing.

On a market with a line each line is a separate bet, so a totals market can return several results for one game. Over 8.5 is never paired with Under 9.5, and a handicap of -1.5 only ever with +1.5.

min_profit is a percentage, default 1.0. Below roughly 1 percent an edge usually disappears while the second leg is being placed. Set it negative to see near misses.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
sportYes
stakeNo
marketNohead_to_head
bookmakersNo
min_profitNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior5/5

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

With no annotations, the description carries the full burden and does so excellently. It discloses credit costs, default bookmaker count, why three-way markets are rejected, how lines are paired (e.g., Over 8.5 never with Under 9.5), and the meaning of min_profit including negative values. This goes far beyond typical descriptions.

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-structured: purpose first, then cost, market compatibility, line behavior, and parameter specifics. Every sentence adds value with no fluff or repetition. It is appropriately sized for the complexity of the tool.

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?

Despite having 5 parameters, no schema descriptions, and no annotations, the description covers all critical behavioral aspects: cost, defaults, market edge cases, and parameter nuances. The existence of an output schema means return values need not be explained, and the description still achieves high completeness.

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 coverage is 0%, so the description must compensate. It fully explains min_profit (percentage, default, negative behavior), clarifies the market parameter by listing compatible types, and implicitly covers bookmakers default. However, stake and sport are not elaborated, leaving some ambiguity for those parameters.

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 starts with a specific verb+resource: 'Find bets where backing both sides at different bookmakers locks in profit.' This clearly defines the tool's function and scope, distinguishing it from siblings like get_odds or find_value_bets by focusing on arbitrage.

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 provides clear context for when to use the tool (arbitrage detection), explains cost implications relative to get_odds, and details which markets are supported. It lacks an explicit 'when-not-to-use' statement or direct alternative comparison, but the context is strong enough for an agent to make an informed choice.

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/rapidoddsapi/rapidoddsapi-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server