resign_board_game
Resign from an ongoing chess game on Lichess by providing the game ID. Use this tool to officially end a match when you choose to concede.
Instructions
Resign 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"
}