blender_manage_collection
Organize Blender scene objects using collections: create, delete, link/unlink objects, set parent, and control visibility with color tags.
Instructions
Create, delete, or manage collections — link/unlink objects, set parent, control visibility.
Use this when: you need to organize scene objects into collections.
Do NOT use for: reading collection data (use blender_get_collections).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | Yes | The collection operation. | |
| collection_name | Yes | Name of the collection. | |
| object_name | No | Object name for link/unlink. | |
| parent | No | Parent collection name. | |
| hide_viewport | No | Hide in viewport (for set_visibility). | |
| hide_render | No | Hide in render (for set_visibility). | |
| color_tag | No | Color tag for visual organization. |