chess_analyze_multiple_pgn
Analyze multiple chess PGN games by supplying them separated by '---', '###', or triple newlines. Set analysis time per move for engine evaluation.
Instructions
Analyze multiple PGNs separated by '---', '###', or triple newlines.
Parameters:
pgn_strings: One or more PGNs separated by a supported delimiter
movetime_ms: Time per move for engine analysis (default 500)
Example:
chess_analyze_multiple_pgn("PGN1 --- PGN2", 300)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| movetime_ms | No | ||
| pgn_strings | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |