duplicate_scene
Duplicate an existing scene by its ID and assign a new name, creating a copy and returning the new scene record. Use this to clone scenes for variations or backups.
Instructions
Duplicate an existing scene by its id, giving the copy a new name. Returns the created scene record. When NOT to use: to create an empty scene (use create_scene).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Scene id to duplicate (the "id" field from list_scenes) | |
| name | Yes | Name for the duplicated scene |