getMyDraftPick
ActiveTool of Chikoh - Fantasy Sports & Entertainment Intelligence
"Who should I draft RIGHT NOW?" Real-time draft assistance factoring in roster needs, positional scarcity, and value over replacement. Returns top 3 recommendations with reasoning. Requires authentication — user identity is resolved from the OAuth token automatically.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"leagueId"
],
"properties": {
"leagueId": {
"type": "string",
"description": "League ID"
},
"pickNumber": {
"type": "integer",
"description": "Current overall pick number",
"exclusiveMinimum": 0
},
"myRosterSoFar": {
"type": "array",
"items": {
"type": "string"
},
"description": "Positions already filled on your team (e.g., [\"QB\", \"RB\", \"RB\"])"
},
"alreadyDrafted": {
"type": "array",
"items": {
"type": "string"
},
"description": "Player IDs or names already drafted"
}
},
"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