backtest
ActiveTool of Chikoh - Fantasy Sports & Entertainment Intelligence
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
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Chikoh - Fantasy Sports & Entertainment Intelligence
https://github.com/romcdonald9976/chikoh-architecture-showcase.git
1/7 registries