game_screenshot
Capture a PNG screenshot from a running interactive project to verify visual appearance. Use when rendering, layout, or animation needs visual confirmation; for logic checks, rely on structured state queries.
Instructions
Capture a screenshot from a running interactive project. Slowest verification path — use only when visual appearance itself matters (rendering, layout, animation). For gameplay/logic checks prefer game_state, evaluate_expression, or get_runtime_errors: structured, and much faster than writing and reading an image. For inline captures during input, use send_key_sequence with {"screenshot": "path"}. Requires run_interactive.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| outputPath | No | Path where the screenshot PNG will be saved. Defaults to project screenshots/capture.png. |