finishTurn
Submit a move to the game server to end your turn, optionally claiming checkmate or win.
Instructions
Submits a move to the game server.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| game_id | Yes | The ID of the active game. | |
| move | Yes | The move in UCI format (e.g., 'e2e4'). | |
| claim_win | No | Set to true if you are claiming Checkmate or Win with this move. |