analyze_position
Analyze any chess position from a FEN string to get engine evaluation, top move lines, material balance, and tactical flags like forks and pins, explaining why a move is best.
Instructions
Evaluate a single position (FEN) and return the top engine lines.
Returns evaluation in centipawns and win%, the best lines in SAN, material
balance, and simple tactical flags (fork threats, pins). Use this to explain
*why* a move is best in a specific position.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fen | Yes | ||
| depth | No | ||
| multipv | No |