blender_get_scene_info
Retrieve a concise overview of the active Blender scene, including name, frame range, render engine, and object count, in markdown or JSON format.
Instructions
Get an overview of the current Blender scene.
Returns scene name, frame range, render engine, and total object count.
Args: params: GetSceneInfoInput with response_format ('markdown' or 'json').
Returns: Markdown summary or JSON object describing the scene.
Example: blender_get_scene_info(response_format="json")
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |