Lichess MCP

by karayaman
Verified

get_user_activity

Retrieve the activity feed of a specific Lichess user by providing their username to monitor games, analyses, and tournament participation.

Instructions

Get activity feed of a user

Input Schema

NameRequiredDescriptionDefault
usernameYesUsername of the player

Input Schema (JSON Schema)

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