Best Available (Draft)
best_availableGiven the current pick number and the players already drafted, return the best players still on the board (2026, any scoring format), each with projection, ADP, and a value flag, plus the biggest model value available. Free without a key (a capped slice). One email unlocks a deeper list; Pro unlocks the full list plus boom/bust week odds and the positional tier breaks across everyone still on the board. Prefer this mid-draft when the user asks "who is the best available", "who should I take next", "best player left". Input: pick_number, drafted (names already gone).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| teams | No | League size (number of teams) for draft-round math. Overrides the platform default; falls back to 12. | |
| roster | No | Player names on the USER's team — enables a bye-stack warning on the top pick (byes are shown per-player regardless). | |
| drafted | No | Player names already drafted (any team). Removed from the pool. | |
| scoring | No | Scoring format: standard, half_ppr (default), or ppr (full PPR). Overrides a platform preset. Works for Yahoo/ESPN/Sleeper defaults. | |
| platform | No | League platform — applies its default scoring, size, roster + best-ball settings (overridable by explicit scoring/teams). Underdog/DraftKings are best ball. | |
| pick_number | Yes | The overall pick number that is on the clock. |