Create Chess Game
create_gameStart a new chess game and obtain its unique game ID. Optionally provide a FEN to begin from a custom position.
Instructions
Create a new chess game and return its game_id. The server is the authoritative source of board state — never track the board yourself. Optionally pass a FEN to start from a custom position.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fen | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| game_id | Yes | ||
| revision | Yes |