Lichess MCP

by karayaman
Verified

block_user

Prohibit a specific player from interacting with you on the Lichess platform by submitting their username. This action prevents further communication or game challenges.

Instructions

Block a player

Input Schema

NameRequiredDescriptionDefault
usernameYesUsername of the player to block

Input Schema (JSON Schema)

{ "properties": { "username": { "description": "Username of the player to block", "type": "string" } }, "required": [ "username" ], "type": "object" }
ID: x7iuw37s1v