blender_get_scene
Get an overview of the current Blender scene: objects, collections, materials, meshes, render settings, and active object. Optionally request detailed modifiers, constraints, and light/camera data.
Instructions
Get an overview of the open scene: objects, collections, materials, meshes, images, render settings, frame range and the active object.
Args: detailed: Include per-object modifiers, constraints, light and camera data.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| detailed | No | ||
| response_format | No | 'markdown' for readable output, 'json' for raw structured data. | markdown |