Skip to main content
Glama

Lichess MCP

make_move

Execute a chess move in an ongoing game on Lichess by specifying the game ID and move in UCI format. Optionally offer or accept a draw during the process.

Instructions

Make a move in an ongoing game

Input Schema

NameRequiredDescriptionDefault
gameIdYesID of the game
moveYesMove in UCI format (e.g. 'e2e4')
offeringDrawNoWhether to offer/accept a draw

Input Schema (JSON Schema)

{ "properties": { "gameId": { "description": "ID of the game", "type": "string" }, "move": { "description": "Move in UCI format (e.g. 'e2e4')", "type": "string" }, "offeringDraw": { "default": false, "description": "Whether to offer/accept a draw", "type": "boolean" } }, "required": [ "gameId", "move" ], "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