Lichess MCP

by karayaman
Verified

get_puzzle_storm_dashboard

Access and analyze your puzzle storm performance history on Lichess, retrieving up to 30 days of data to track progress and identify patterns.

Instructions

Get your puzzle storm 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