get_puzzle_storm_dashboard
Retrieve and analyze your puzzle storm performance history from Lichess, enabling users to track progress and improve chess tactics over a specified period of up to 30 days.
Instructions
Get your puzzle storm dashboard
Input Schema
Name | Required | Description | Default |
---|---|---|---|
days | No | How 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"
}