Lichess MCP

by karayaman
Verified

send_message

Send private messages to other players on Lichess via username and text input, enabling direct communication within the chess platform.

Instructions

Send a private message to another player

Input Schema

NameRequiredDescriptionDefault
textYesMessage text
usernameYesUsername of the recipient

Input Schema (JSON Schema)

{ "properties": { "text": { "description": "Message text", "type": "string" }, "username": { "description": "Username of the recipient", "type": "string" } }, "required": [ "username", "text" ], "type": "object" }
ID: x7iuw37s1v