Skip to main content
Glama

Lichess MCP

write_in_chat

Send messages to chat rooms in Lichess chess games, enabling communication with players or spectators directly during gameplay.

Instructions

Write in the chat of a board game

Input Schema

NameRequiredDescriptionDefault
gameIdYesThe game ID
roomYesThe chat room
textYesThe message to send

Input Schema (JSON Schema)

{ "properties": { "gameId": { "description": "The game ID", "type": "string" }, "room": { "description": "The chat room", "enum": [ "player", "spectator" ], "type": "string" }, "text": { "description": "The message to send", "type": "string" } }, "required": [ "gameId", "room", "text" ], "type": "object" }

Other Tools from Lichess MCP

Related Tools

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