make_board_move
Execute chess moves in Lichess games by specifying game ID and UCI notation, enabling gameplay continuation through the Lichess MCP server.
Instructions
Make a move in a board game
Input Schema
TableJSON 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 |