Screenshot game
godot_screenshotCapture the current frame of a running Godot game and return it as an image. Optionally saves a PNG to disk.
Instructions
Capture the current frame of a running game (launched with godot_run live=true, non-headless) and return it as an image. Optionally also saves a PNG to disk.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| embed | No | Return the image inline in the response. | |
| output | No | Optional path to save the PNG. Defaults to a temp file. | |
| game_id | No | Handle of a running game (e.g. "game-1"). Optional when exactly one game is running. |