Lichess MCP

by karayaman
Verified

add_user_note

Enables users to attach private notes to specific Lichess player profiles for personal reference or tracking purposes. Requires a username and note content to proceed.

Instructions

Add a private note about a user

Input Schema

NameRequiredDescriptionDefault
textYesThe contents of the note
usernameYesUsername of the player

Input Schema (JSON Schema)

{ "properties": { "text": { "description": "The contents of the note", "type": "string" }, "username": { "description": "Username of the player", "type": "string" } }, "required": [ "username", "text" ], "type": "object" }
ID: x7iuw37s1v