Generate Chess Move Candidates
move_candidatesGenerate a unified candidate list for chess moves by merging Stockfish evaluation, Maia3 human probability, and Lichess stats. Compare objective and human-like options before choosing your move.
Instructions
The primary move-selection tool. Combine Stockfish objective evaluation (moverCp, whiteCp, cpLoss, mate, WDL), Maia3 human probability, and Lichess real-game statistics into a unified candidate list. moverCp is from the mover's perspective: higher = better for the player choosing the move. Use this before choosing a move; the final choice is yours.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| elo | No | ||
| game_id | Yes | ||
| sf_depth | No | ||
| lichess_db | No | lichess | |
| maia_top_n | No | ||
| sf_multipv | No | ||
| analysis_level | No | normal | |
| lichess_speeds | No | ||
| lichess_ratings | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| elo | Yes | ||
| fen | Yes | ||
| turn | Yes | ||
| game_id | Yes | ||
| revision | Yes | ||
| candidates | Yes | ||
| analysis_level | Yes | ||
| moveSensitivity | Yes |