---
title: "Update Recorder Settings"
description: "Update configuration settings for a recorder (branding, capture options, etc.)."
---

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

# Update Recorder Settings

Use the Speak AI MCP server tool `update_recorder_settings` to update configuration
settings for a recorder (branding, capture options, etc.).

## What does it do?

Update configuration settings for a recorder (branding, capture options, etc.).
`name` must always be supplied.

## Parameters

`update_recorder_settings` takes 11 parameters, 2 of them required.

| Name | Type | Required | Description |
| --- | --- | --- | --- |
| `recorderId` | string | Yes | Unique identifier of the recorder |
| `name` | string | Yes | Display name for the recorder |
| `description` | string | No | Recorder description |
| `sourceLanguage` | string | No | Transcription language code (e.g. en-US) |
| `folderId` | string | No | Folder to store recordings in |
| `isAutoAnalyze` | boolean | No | Whether to auto-analyze submissions |
| `notifyUsers` | array of string | No | User IDs to notify on new submissions |
| `duration` | object | No | Recording duration: \{ minDuration, maxDuration \} in seconds |
| `options` | object | No | Capture options: \{ audio, video, screenShare, liveTranscription, upload:\{ file, text, multiple, url \} \}. All booleans |
| `notification` | object | No | Notification toggles: \{ upload, client \}. Booleans |
| `meta` | object | No | Branding/customization: \{ primaryColor, backgroundImg, logo, fontColor, fontFamily, theme, customCSS, hideWaveform, hideTitle, hideDescription, hideSubmitButton, submitButtonLabel, countdown, hideImages \} |

## Behaviour

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

- Can change data in your workspace.
- Does not delete or overwrite existing data.
- Repeating an identical call is safe.
- 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/update_recorder_settings/index.mdx
