blender_save_blend
Save the current Blender scene to a .blend file. Provide a path to save as a new file, or omit it to save over the currently open file, preventing data loss.
Instructions
Save the scene to a .blend file. Pass a path for Save As, omit it to save in place. Unwritten work is lost if Blender crashes, so save as you go.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | No | Target .blend path. Empty saves over the currently open file. | |
| response_format | No | 'markdown' for readable output, 'json' for raw structured data. | json |