You're viewing a demo portfolio

Join the waitlist
PRSM
This tool is no longer present in the server's latest manifest. Showing the last observed version (server version 2.0.0).

calculateMultiOutcomeOdds

Inactive

Tool of Chikoh - Fantasy Sports & Entertainment Intelligence

declared in 2.0.0

Calculate compound probability across multiple independent events with expected value analysis. Pass `legs` (American odds) to compute, or pass `sport` alone to get live game-moneyline parlay legs (Kalshi/Polymarket) for the current slate.

Parameters schema

{
  "type": "object",
  "$schema": "http://json-schema.org/draft-07/schema#",
  "properties": {
    "legs": {
      "type": "array",
      "items": {
        "type": "object",
        "required": [
          "odds"
        ],
        "properties": {
          "odds": {
            "type": "number",
            "description": "American odds for this event (e.g., -110, +200)"
          },
          "description": {
            "type": "string",
            "description": "Event description"
          }
        },
        "additionalProperties": false
      },
      "maxItems": 15,
      "description": "Array of independent events (>=2 to compute a parlay)"
    },
    "sport": {
      "type": "string",
      "description": "When set without `legs`, returns live moneyline parlay legs for the current slate"
    }
  },
  "additionalProperties": false
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

Chikoh - Fantasy Sports & Entertainment Intelligence

https://github.com/romcdonald9976/chikoh-architecture-showcase.git

1/7 registries
View full server →