optimizeDfsLineup
ActiveTool of Chikoh - Fantasy Sports & Entertainment Intelligence
Generate optimized daily fantasy lineups with salary optimization, correlation stacking, and ownership leverage analysis. Multi-sport, multi-platform.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"sport",
"platform",
"contestType"
],
"properties": {
"sport": {
"type": "string",
"description": "Sport (nfl, nba, mlb, nhl, golf, nascar)"
},
"platform": {
"type": "string",
"description": "Platform (draftkings, fanduel, yahoo)"
},
"salaryCap": {
"type": "number",
"description": "Salary cap (default: 50000)"
},
"contestType": {
"type": "string",
"description": "Contest type (cash, gpp, showdown)"
},
"riskTolerance": {
"enum": [
"conservative",
"moderate",
"aggressive"
],
"type": "string",
"description": "Risk tolerance (default: moderate)"
},
"numberOfLineups": {
"type": "integer",
"maximum": 20,
"minimum": 1,
"description": "Number of lineups (default: 1)"
},
"ownershipStrategy": {
"enum": [
"contrarian",
"balanced",
"popular"
],
"type": "string",
"description": "Ownership strategy"
},
"stackingPreference": {
"enum": [
"minimal",
"moderate",
"heavy"
],
"type": "string",
"description": "Stacking preference"
}
},
"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