You're viewing a demo portfolio

Join the waitlist
PRSM

backtest

Active

Tool of Chikoh - Fantasy Sports & Entertainment Intelligence

declared in 2.0.0

Historical strategy backtesting — replay a draft pick, trade, or lineup decision against real historical outcomes. Syndicate tier required.

Parameters schema

{
  "type": "object",
  "$schema": "http://json-schema.org/draft-07/schema#",
  "required": [
    "type",
    "label",
    "season",
    "weekRange",
    "actualPlayerIds",
    "hypotheticalPlayerIds"
  ],
  "properties": {
    "type": {
      "enum": [
        "draft_replay",
        "trade_replay",
        "lineup_replay"
      ],
      "type": "string",
      "description": "Scenario type"
    },
    "label": {
      "type": "string",
      "description": "Human-readable scenario label (e.g., \"What if I drafted CeeDee Lamb?\")"
    },
    "sport": {
      "type": "string",
      "description": "Sport key (default: nfl)"
    },
    "season": {
      "type": "integer",
      "description": "Season year"
    },
    "leagueId": {
      "type": "string",
      "description": "League ID for scoring context"
    },
    "weekRange": {
      "type": "object",
      "required": [
        "start",
        "end"
      ],
      "properties": {
        "end": {
          "type": "integer"
        },
        "start": {
          "type": "integer"
        }
      },
      "description": "Week range to evaluate",
      "additionalProperties": false
    },
    "actualPlayerIds": {
      "type": "array",
      "items": {
        "type": "string"
      },
      "description": "Player IDs you actually had"
    },
    "hypotheticalPlayerIds": {
      "type": "array",
      "items": {
        "type": "string"
      },
      "description": "Hypothetical replacement player IDs"
    }
  },
  "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 →