apply_moves
Apply a sequence of moves to a chess position and return the resulting FEN. Use this to play out a line without storing game state.
Instructions
Apply a sequence of moves to a position and return the resulting FEN.
Useful for playing out a line without the server holding game state.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fen | No | Starting position in FEN. Omit for the standard starting position. | |
| moves | Yes | Moves to play in order, each in SAN (e.g. "Nf3") or UCI (e.g. "g1f3"). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||