analyze_game
Analyze a full chess game from PGN to get per-move classifications, tactical motifs, and a summary with accuracy metrics and worst moments.
Instructions
Analyse a full game from PGN: per-move classification + motifs + summary.
Each move gets a classification (best/good/inaccuracy/mistake/blunder with
Korean labels), win% before/after, centipawn loss, the engine's preferred
move, and tactical-motif tags. The summary gives per-side accuracy/ACPL,
per-phase breakdown, and the worst moments (with FENs for drilling).
Set user_color to 'white' or 'black' to focus the worst-moment and motif
reporting on one player.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pgn | Yes | ||
| depth | No | ||
| user_color | No | ||
| max_plies | No |