---
title: "Update Clip"
description: "Update a clip's title, description, or tags."
---

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

Use the Speak AI MCP server tool `update_clip` to update a clip's title,
description, or tags.

## What does it do?

Update a clip's title, description, or tags.

## Parameters

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

| Name | Type | Required | Description |
| --- | --- | --- | --- |
| `clipId` | string | Yes | ID of the clip to update |
| `title` | string | No | New title |
| `description` | string | No | New description |
| `tags` | array of string | No | New tags |

## Behaviour

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

- Can change data in your workspace.
- Does not delete or overwrite existing data.
- Repeating an identical call is safe.
- Stays inside Speak AI. Does not reach other systems.

## Related

- [Clips](/mcp/tools/clips/) lists the rest of the Clips 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/clips/update_clip/index.mdx
