Skip to main content
Glama

Lichess MCP

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" }

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