godot_screenshot
Capture screenshots from Godot projects by running them briefly and saving the last rendered frame as an image file.
Instructions
Run a Godot project or specific scene for a short duration, keep the last rendered frame, and return the screenshot path.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_path | Yes | Path to the Godot project directory or its project.godot file. | |
| scene_path | No | Optional scene to run instead of the project's configured main scene. | |
| capture_seconds | No | How long to let the project run before selecting the last rendered frame as the screenshot. | |
| fps | No | Movie-capture framerate used to determine which frame to keep. | |
| godot_executable | No | Optional explicit path to the Godot executable or .app bundle. |