---
title: "Clone Folder View"
description: "Duplicate an existing folder view into a target folder."
---

> 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 View

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](/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_view/index.mdx
