getDFSOptimalLineup
ActiveTool of Chikoh - Fantasy Sports & Entertainment Intelligence
Generate an optimal DFS lineup using constraint optimization. Returns optimal lineup with salary utilization, ceiling/floor projections, and correlation stacks. Requires Field Level+ tier. User identity is resolved from the OAuth token automatically.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"sport",
"site"
],
"properties": {
"site": {
"enum": [
"draftkings",
"fanduel"
],
"type": "string",
"description": "DFS site"
},
"slate": {
"enum": [
"main",
"afternoon",
"night",
"primetime"
],
"type": "string",
"description": "Slate (default: main)"
},
"sport": {
"type": "string",
"description": "Sport (nfl, nba, mlb)"
},
"budget": {
"type": "integer",
"description": "Salary budget (default: site default — 50000 DK, 60000 FD)",
"exclusiveMinimum": 0
}
},
"additionalProperties": false
}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