Clone Folder View
clone_folder_viewDuplicate an existing folder view into a target folder with a new name and optionally set it as the default view.
Instructions
Duplicate an existing folder view into a target folder.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Display name for the cloned view | |
| viewId | Yes | Unique identifier of the view to clone | |
| isDefault | No | Whether the cloned view becomes the target folder's default | |
| sourceFolderId | Yes | Folder that currently holds the view | |
| targetFolderId | Yes | Folder to copy the view into (must differ from sourceFolderId) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | No | Response payload from the Speak AI API |