Lichess MCP

by karayaman
Verified

unblock_user

Remove block restrictions for a specific user on Lichess by specifying their username. This tool facilitates account management on the Lichess MCP server.

Instructions

Unblock a user

Input Schema

NameRequiredDescriptionDefault
usernameYesUsername of the player to unblock

Input Schema (JSON Schema)

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