get_screenshot_of_area_as_image
Capture a specific Blender editor area as a PNG image by specifying its UI type. Use to obtain a visual snapshot of any workspace panel for inspection or sharing.
Instructions
Take a screenshot of a single Blender area and return it as a PNG image.
area_ui_type matches the area's ui_type.
size_limit_in_bytes caps the image size in bytes. Zero (the default) uses the MCP message size limit.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| area_ui_type | Yes | ||
| size_limit_in_bytes | No |