move_to_collection
Move specified objects to a target collection, automatically removing them from their current collections.
Instructions
Move objects to a collection, unlinking them from their current collections.
Args: object_names: List of object names to move. collection_name: Name of the destination collection.
Returns: Dict with the moved objects and destination collection.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| object_names | Yes | ||
| collection_name | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||