---
title: "Clone Folder"
description: "Duplicate an existing folder and all of its contents."
---

> Documentation Index
> Fetch the complete documentation index at: https://docs.speakai.co/llms.txt
> Use this file to discover all available pages before exploring further.

# Clone Folder

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](/mcp/tools/folders-views/) lists the rest of the Folders & views
  category.
- [Tool reference](/mcp/tools/) lists every Speak AI MCP server tool.
- [MCP server](/mcp/) covers setup, supported clients, and what agents can do once
  connected.

Source: https://docs.speakai.co/mcp/tools/folders-views/clone_folder/index.mdx
