Use the Speak AI MCP server tool clone_folder_view to duplicate an existing folder
view into a target folder.
What does it do?
Duplicate an existing folder view into a target folder.
Parameters
clone_folder_view takes 5 parameters, 4 of them required.
| Name | Type | Required | Description |
|---|---|---|---|
sourceFolderId |
string | Yes | Folder that currently holds the view |
targetFolderId |
string | Yes | Folder to copy the view into (must differ from sourceFolderId) |
viewId |
string | Yes | Unique identifier of the view to clone |
name |
string | Yes | Display name for the cloned view |
isDefault |
boolean | No | Whether the cloned view becomes the target folder’s default |
Behaviour
The Speak AI MCP server publishes these behaviour hints for clone_folder_view.
- Can change data in your workspace.
- Does not delete or overwrite existing data.
- Repeating an identical call can have an extra effect.
- Stays inside Speak AI. Does not reach other systems.
Related
- Folders & views lists the rest of the Folders & views category.
- Tool reference lists every Speak AI MCP server tool.
- MCP server covers setup, supported clients, and what agents can do once connected.