Skip to main content
Glama

Lichess MCP

get_timeline

Fetch your recent Lichess activity history using a timestamp and limit. Retrieve up to 30 events to track games, analyses, account updates, and tournament participation.

Instructions

Get your timeline

Input Schema

NameRequiredDescriptionDefault
nbNoMax number of events to fetch (1-30)
sinceNoShow events since this timestamp

Input Schema (JSON Schema)

{ "properties": { "nb": { "default": 15, "description": "Max number of events to fetch (1-30)", "maximum": 30, "minimum": 1, "type": "number" }, "since": { "description": "Show events since this timestamp", "type": "number" } }, "type": "object" }

Other Tools from Lichess MCP

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/karayaman/lichess-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server