evaluate_board_tool
Evaluate the chess board and receive a centipawn score indicating advantage: positive favors white, negative favors black. Get an objective measure of the game position.
Instructions
Evaluates the board and returns a score in centipawns.
Positive values favor white, negative values favor black.
Returns a string with the score, or an error message if evaluation fails.
Args:
None
Returns:
A string with the score, or an error message if evaluation fails.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |