getRosterOptimizer
ActiveTool of Chikoh - Fantasy Sports & Entertainment Intelligence
Get optimal lineup recommendations based on projections. Provide your roster and get start/sit advice for each position.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"roster"
],
"properties": {
"week": {
"type": "integer",
"maximum": 18,
"minimum": 1,
"description": "Week number"
},
"sport": {
"type": "string",
"description": "Sport — supports nfl, nba, mlb, nhl, soccer, f1, golf, cfb, cbb (default: nfl)"
},
"roster": {
"type": "array",
"items": {
"type": "string"
},
"maxItems": 20,
"minItems": 1,
"description": "Array of player names on your roster"
},
"leagueId": {
"type": "string",
"description": "The user's league id — prices stat-based sports through that league's actual scoring. Omit for platform-default scoring (labeled in scoring_basis)."
},
"scoringFormat": {
"enum": [
"ppr",
"half_ppr",
"standard"
],
"type": "string",
"description": "Scoring format"
}
},
"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