get_puzzle_activity
Fetch puzzle activity data from the Lichess chess platform, customizable by specifying the number of entries to retrieve up to a maximum of 200.
Instructions
Get your puzzle activity
Input Schema
Name | Required | Description | Default |
---|---|---|---|
max | No | How many entries to download. Leave empty to get all activity. |
Input Schema (JSON Schema)
{
"properties": {
"max": {
"description": "How many entries to download. Leave empty to get all activity.",
"maximum": 200,
"minimum": 1,
"type": "number"
}
},
"type": "object"
}