comparePlayers
ActiveTool of Chikoh - Fantasy Sports & Entertainment Intelligence
Head-to-head player comparison with consistency scores, floor/ceiling analysis, trends, and start/sit recommendation. Compare 2-4 players.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"playerNames"
],
"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)"
},
"playerNames": {
"type": "array",
"items": {
"type": "string"
},
"maxItems": 4,
"minItems": 2,
"description": "Array of player names to compare (2-4 players)"
},
"scoringFormat": {
"enum": [
"ppr",
"half_ppr",
"standard"
],
"type": "string",
"description": "League scoring format"
}
},
"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