abort_board_game
Terminate a Lichess chess game by providing the game ID using this tool to abort the match immediately.
Instructions
Abort a board game
Input Schema
Name | Required | Description | Default |
---|---|---|---|
gameId | Yes | The game ID |
Input Schema (JSON Schema)
{
"properties": {
"gameId": {
"description": "The game ID",
"type": "string"
}
},
"required": [
"gameId"
],
"type": "object"
}