Lichess MCP

abort_board_game

Terminate an ongoing chess game on Lichess by providing the game ID. Use this tool to cancel matches that are no longer needed or in progress.

Instructions

Abort a board game

Input Schema

NameRequiredDescriptionDefault
gameIdYesThe game ID

Input Schema (JSON Schema)

{ "properties": { "gameId": { "description": "The game ID", "type": "string" } }, "required": [ "gameId" ], "type": "object" }
ID: x7iuw37s1v