---
title: "Clone Recorder"
description: "Duplicate an existing recorder including all its settings and questions."
---

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

Use the Speak AI MCP server tool `clone_recorder` to duplicate an existing recorder
including all its settings and questions.

## What does it do?

Duplicate an existing recorder including all its settings and questions.

## Parameters

`clone_recorder` takes 4 parameters, 1 of them required.

| Name | Type | Required | Description |
| --- | --- | --- | --- |
| `recorderId` | string | Yes | ID of the recorder to clone |
| `name` | string | No | Name for the cloned recorder |
| `description` | string | No | Description for the cloned recorder |
| `folderId` | string | No | Folder for the cloned recorder |

## Behaviour

The Speak AI MCP server publishes these behaviour hints for `clone_recorder`.

- Can change data in your workspace.
- Does not delete or overwrite existing data.
- Repeating an identical call can have an extra effect.
- Can reach systems outside Speak AI.

## Related

- [Recorders & surveys](/mcp/tools/recorders-surveys/) lists the rest of the
  Recorders & surveys 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/recorders-surveys/clone_recorder/index.mdx
