Skip to main content
Glama
JacobiusMakes

parlayapi-mcp

parlayapi_parlay_verdict

Evaluate a 2–12 leg parlay to decide whether to bet it and at which sportsbook. Get fair odds, best combined price, EV, weakest leg, warnings, and payout to place the slip confidently.

Instructions

Grade a multi-leg parlay: should you bet it, and at which book?

Give 2 to 12 legs (each shaped like a parlayapi_verdict bet) and get the combined no-vig fair price, the single best BOOK to place the whole slip at (a real parlay is one slip, not best-of-each), the parlay's EV, the weakest leg, same-game correlation warnings, and (with stake) the payout. Best-price is scoped to books the user can bet at (set once via parlayapi_set_bettable_books, or pass region/books here).

Args: legs: list of leg objects, e.g. [{"sport": "baseball_mlb", "home": "Detroit Tigers", "away": "Kansas City Royals", "market": "h2h", "side": "Detroit Tigers"}, {"sport": "baseball_mlb", "team": "Detroit Tigers", "market": "totals", "side": "over", "line": 8.5}] Each leg: sport, market (h2h/spreads/totals or a player-prop key), side (team, or over/under), home+away or team, player (for props), line. region: us (default) | eu | uk | au | ca. books: exact CSV of books you can bet at (overrides region). stake: optional stake amount, to compute the payout if it hits. book: optional, also report the parlay price at this specific book.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
bookNo
legsYes
booksNo
kellyNo
stakeNo
regionNo
bankrollNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

No annotations are provided, so the description carries the full burden. It discloses the no-vig nature, book-scoping behavior, correlation warnings, EV reporting, and payout computation. It does not explicitly state that no bet is placed or that the result is advisory-only, though the wording 'grade', 'should you bet it' strongly implies analysis rather than execution.

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 opening line is immediately informative, the output list is front-loaded, and every sentence adds value. The inline leg example is long but earns its place given the nested leg shape. No redundant marketing language or restatement of the tool name.

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?

The description covers the core use case, input format, optional stake/book controls, and book scoping prerequisites. Combined with the existing output schema, an agent can invoke the tool correctly. The only completeness gap is the lack of mention of kelly and bankroll, which have defaults but no description here or schema coverage.

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 0%, so the description must compensate. It explains legs with a concrete example, defines region values, describes books as CSV override, and clarifies the purpose of stake and book. However, kelly and bankroll appear in the schema but are absent from the Args description, which is a modest gap for optional 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 opens with a clear imperative: 'Grade a multi-leg parlay: should you bet it, and at which book?' It names the specific resource (a multi-leg parlay), the action (grade/evaluate), and the concrete outputs: fair no-vig price, best book, EV, weakest leg, correlation warnings, payout. This strongly distinguishes it from the single-bet sibling parlayapi_verdict.

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 clear context: 2 to 12 legs, parlay is one slip rather than best-of-each, and book scope is controlled by parlayapi_set_bettable_books or region/books parameters. It doesn't explicitly name alternative tools for single-bet verdicts or pure EV lookups, so 'when not to use' is only implied.

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/JacobiusMakes/parlay-api-mcp'

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