Lichess MCP

by karayaman
Verified

follow_user

Automatically follow a specific player on Lichess by providing their username, enabling interaction and updates through the Lichess MCP server.

Instructions

Follow a player

Input Schema

NameRequiredDescriptionDefault
usernameYesUsername of the player to follow

Input Schema (JSON Schema)

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