getMyDraftBoard
ActiveTool of Chikoh - Fantasy Sports & Entertainment Intelligence
Personalized draft board based on your league settings (PPR/half/standard), league size, roster requirements, and draft position. Tiered rankings by position with reach/value indicators. 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 to generate draft board for"
},
"draftType": {
"enum": [
"snake",
"auction",
"dynasty_rookie"
],
"type": "string",
"description": "Draft type (default: snake)"
}
},
"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