addedInput schema / properties / difficulty
Added value: +{
+ "description": "Puzzle difficulty",
+ "enum": [
+ "easy",
+ "medium",
+ "hard"
+ ],
+ "type": "string"
+}
removedInput schema / properties / include_svg
Removed value: -{
- "description": "Include an SVG board render of the puzzle position. Defaults to true.",
- "type": "boolean"
-}
removedInput schema / properties / rating_max
Removed value: -{
- "description": "Maximum puzzle rating filter. Omit for no maximum.",
- "type": "number"
-}
removedInput schema / properties / rating_min
Removed value: -{
- "description": "Minimum puzzle rating filter (Lichess rating scale). Omit for no minimum.",
- "type": "number"
-}
changedInput schema / properties / theme / description
Previous value: -"Filter by puzzle theme (e.g. \"backRankMate\", \"sacrifice\", \"endgame\"). Only applies to Lichess-sourced puzzles."New value: +"Puzzle theme (fork, pin, skewer, mate-in-2, etc)"
removedInput schema / properties / type
Removed value: -{
- "description": "Puzzle type (e.g. \"mate-in-1\", \"detonate-in-1\", \"sacrifice-your-king\"). Defaults to the first available type for the variant. Use chess_list_puzzle_types to see all types.",
- "type": "string"
-}
removedInput schema / properties / variant
Removed value: -{
- "description": "Variant key (e.g. \"standard\", \"atomic\", \"racingKings\") or \"random\" for a surprise variant. Defaults to \"standard\". Use chess_list_puzzle_types to see all available variants.",
- "type": "string"
-}