make_move
Execute a chess move in an ongoing game on Lichess by specifying the game ID and move in UCI format. Optionally offer or accept a draw during the process.
Instructions
Make a move in an ongoing game
Input Schema
Name | Required | Description | Default |
---|---|---|---|
gameId | Yes | ID of the game | |
move | Yes | Move in UCI format (e.g. 'e2e4') | |
offeringDraw | No | Whether to offer/accept a draw |