make_board_move
Submit a chess move in a specific game by providing the game ID and move in UCI format, with the option to offer or accept a draw.
Instructions
Make a move in a board game
Input Schema
Name | Required | Description | Default |
---|---|---|---|
gameId | Yes | The game ID | |
move | Yes | Move in UCI format (e.g. e2e4) | |
offeringDraw | No | Whether to offer/accept a draw |