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 lists the rest of the Clips category.
- Tool reference lists every Speak AI MCP server tool.
- MCP server covers setup, supported clients, and what agents can do once connected.