getTradeValue
ActiveTool of Chikoh - Fantasy Sports & Entertainment Intelligence
Player trade value calculator — evaluate trade fairness, get buy-low/sell-high signals, and see rest-of-season projections for trade targets.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"playerNames"
],
"properties": {
"sport": {
"type": "string",
"description": "Sport — supports nfl, nba, mlb, nhl, soccer, f1, golf, cfb, cbb (default: nfl)"
},
"leagueId": {
"type": "string",
"description": "The user's league id — prices stat-based sports (MLB/NBA/…) through that league's actual scoring. Omit for platform-default scoring (labeled in scoring_basis)."
},
"playerNames": {
"type": "array",
"items": {
"type": "string"
},
"maxItems": 6,
"minItems": 1,
"description": "Player names to evaluate trade value for"
},
"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