capture_screenshot
Render a Godot scene in a controlled viewport and save a PNG screenshot directly into your project.
Instructions
Render a scene in a controlled viewport and save a PNG inside the project.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| width | No | ||
| height | No | ||
| scenePath | Yes | ||
| outputPath | No | ||
| projectPath | No | Optional absolute Godot project path. Defaults to the project selected in Godot MCP Toolkit. |