finishTurn
Submit a chess move in UCI format to an active game and get the updated board state or a precise error. Optionally claim checkmate or win with the move.
Instructions
Submits a move and returns the updated state or a precise failure.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| move | Yes | The move in UCI format (e.g., 'e2e4'). | |
| game_id | Yes | The ID of the active game. | |
| claim_win | No | Set to true if you are claiming Checkmate or Win with this move. |