Skip to main content
Glama

Lichess MCP

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" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/karayaman/lichess-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server