Get full game state
get_game_stateEverything visible on the human's own screen right now: FEN, ASCII board, full move history, chat history, clock state, presence, timestamps. Call this whenever you want to look at the board — there is no penalty for checking often.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| game_id | Yes | ||
| chat_limit | No | Limit the number of recent chat messages returned | |
| agent_token | Yes | ||
| since_message_id | No | Fetch only chat messages received after this message ID |