export_all_study_chapters
Export all chapters of a study as PGN files by providing the study ID. Ideal for saving and organizing chess study content from Lichess.
Instructions
Export all chapters of a study in PGN format
Input Schema
Name | Required | Description | Default |
---|---|---|---|
studyId | Yes | Study ID |
Input Schema (JSON Schema)
{
"properties": {
"studyId": {
"description": "Study ID",
"type": "string"
}
},
"required": [
"studyId"
],
"type": "object"
}