create_collection
Create a new collection in Blender to organize objects and scenes. Provide a collection name to set up a container for grouping objects.
Instructions
Create a new collection.
Return Format
Standard dict with keys: success, message, data
Examples
await call_tool("create_collection", {"collection_name": "MyCollection"})Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| collection_name | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |