Use the Speak AI MCP server tool clone_folder to duplicate an existing folder and
all of its contents.
What does it do?
Duplicate an existing folder and all of its contents.
Parameters
clone_folder takes 5 parameters, 1 of them required.
| Name | Type | Required | Description |
|---|---|---|---|
folderId |
string | Yes | ID of the folder to clone |
name |
string | No | Name for the cloned folder |
description |
string | No | Description for the cloned folder |
assignTo |
array of string | No | User IDs to assign the cloned folder to |
isSaveDefaultView |
boolean | No | Whether to copy the source folder’s default view |
Behaviour
The Speak AI MCP server publishes these behaviour hints for clone_folder.
- 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.