Lichess MCP

by karayaman
Verified

handle_draw_board_game

Manage draw offers in Lichess chess games by accepting or declining them based on user preference to control game outcomes effectively.

Instructions

Handle draw offers for a board game

Input Schema

NameRequiredDescriptionDefault
acceptNoWhether to accept or decline the draw offer
gameIdYesThe game ID

Input Schema (JSON Schema)

{ "properties": { "accept": { "default": true, "description": "Whether to accept or decline the draw offer", "type": "boolean" }, "gameId": { "description": "The game ID", "type": "string" } }, "required": [ "gameId" ], "type": "object" }
ID: x7iuw37s1v