You're viewing a demo portfolio

Join the waitlist
PRSM

warRoom

Active

Tool of Chikoh - Fantasy Sports & Entertainment Intelligence

declared in 2.0.0

Real-time war room for live draft and game events — Monte Carlo simulations, pick probability, and optimal strategy in real time. Syndicate tier required.

Parameters schema

{
  "type": "object",
  "$schema": "http://json-schema.org/draft-07/schema#",
  "required": [
    "eventType"
  ],
  "properties": {
    "sport": {
      "type": "string",
      "description": "Sport — supports nfl, nba, mlb, nhl, soccer, f1, golf, cfb, cbb (default: nfl)"
    },
    "myPick": {
      "type": "integer",
      "description": "Your pick position (for drafts)"
    },
    "numTeams": {
      "type": "integer",
      "description": "Number of teams in league"
    },
    "eventType": {
      "enum": [
        "draft",
        "game",
        "dfs"
      ],
      "type": "string",
      "description": "Type of event"
    },
    "simulations": {
      "type": "integer",
      "maximum": 10000,
      "minimum": 100,
      "description": "Number of simulations to run (default: 5000)"
    },
    "scoringFormat": {
      "enum": [
        "ppr",
        "half_ppr",
        "standard"
      ],
      "type": "string",
      "description": "Scoring format"
    },
    "boardPlayerIds": {
      "type": "array",
      "items": {
        "type": "string"
      },
      "description": "Player IDs still on the board"
    }
  },
  "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 →