export_ongoing_game
Export the PGN of a user's ongoing chess game from Lichess MCP, including moves, clocks, evaluations, opening names, and tags, with optional JSON formatting.
Instructions
Export ongoing game of a user
Input Schema
Name | Required | Description | Default |
---|---|---|---|
clocks | No | Include clock comments in the PGN moves | |
evals | No | Include analysis evaluation comments | |
moves | No | Include the PGN moves | |
opening | No | Include opening name | |
pgnInJson | No | Include the full PGN within the JSON response | |
tags | No | Include the PGN tags | |
username | Yes | The username |