recommend_draft
Run a bounded draft simulation to generate draft recommendations, returning estimates, trial counts, warnings, and status while avoiding roster changes or pick submissions.
Instructions
Run one bounded draft simulation against the current imported draft snapshot.
Use start_draft_monitor for repeated batches or get_draft_recommendations to read that monitor's cached results. Requires draft data with consistent pick history and full-season projections for available and selected-team players. Returns estimated recommendations, trial counts, warnings, revisions, and status such as ready, stale_snapshot, incomplete_snapshot, or roster_complete. current checks revision and snapshot freshness after calculation, but does not grant action permission. Appends a calculation evidence record, including discarded work, without changing rosters or submitting picks.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| seed | No | Random seed for this batch. Reuse an integer with identical inputs to reproduce the simulation. This does not remove forecast uncertainty. | |
| trials | No | Simulation trials in this single batch. Use 1 through the configured limits.batch_trials, at most 500. More trials increase work and reduce sampling noise. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||