Lichess MCP

by karayaman
Verified

get_timeline

Retrieve recent timeline events from Lichess, such as games and tournaments, with customizable limits and starting timestamps for focused updates.

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" }
ID: x7iuw37s1v