Lichess MCP

by karayaman
Verified

get_puzzle_dashboard

Retrieve your puzzle dashboard for Lichess, displaying performance data over a specified number of days (up to 30).

Instructions

Get your puzzle dashboard

Input Schema

NameRequiredDescriptionDefault
daysNoHow many days of history to return (max 30)

Input Schema (JSON Schema)

{ "properties": { "days": { "default": 30, "description": "How many days of history to return (max 30)", "maximum": 30, "minimum": 1, "type": "number" } }, "type": "object" }
ID: x7iuw37s1v