getSurvivorPick
ActiveTool of Chikoh - Fantasy Sports & Entertainment Intelligence
Survivor pool recommendation: which team to pick this week, factoring in win probability and future value (saving strong teams for harder weeks). Requires authentication — user identity is resolved from the OAuth token automatically.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"week"
],
"properties": {
"week": {
"type": "integer",
"description": "Current week number",
"exclusiveMinimum": 0
},
"sport": {
"type": "string",
"description": "Sport (default: nfl)"
},
"usedTeams": {
"type": "array",
"items": {
"type": "string"
},
"description": "Teams already used in previous weeks"
}
},
"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