my_results_from_position
Get your W/D/L record for any chess position from your rated blitz games, handling transpositions. Note: sample sizes are small—report them and don't rank from percentage alone.
Instructions
The user's W/D/L record from a position, across their rated blitz games.
Position matching ignores move counters and non-capturable en-passant squares, so transpositions count. Sample sizes here are small — report them, and never rank or conclude from the percentage alone.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fen | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| wins | Yes | User wins from this position, their side. | |
| draws | Yes | Draws. | |
| games | Yes | The games that reached this position. | |
| losses | Yes | User losses. | |
| sample_size | Yes | wins+draws+losses. Quote this with any percentage — small samples are noise. |