Use the Speak AI MCP server tool update_transcript_speakers to update or rename
speaker labels in a media transcript.
What does it do?
Update or rename speaker labels in a media transcript.
Parameters
update_transcript_speakers takes 2 parameters, all of them required.
| Name | Type | Required | Description |
|---|---|---|---|
mediaId |
string | Yes | Unique identifier of the media file |
speakers |
array of object | Yes | Speakers to rename. Each entry maps one existing speaker to its new name; speakers not listed are left untouched. |
Behaviour
The Speak AI MCP server publishes these behaviour hints for
update_transcript_speakers.
- Can change data in your workspace.
- Can delete or overwrite data. Use with care.
- Repeating an identical call is safe.
- Stays inside Speak AI. Does not reach other systems.
Related
- Media library lists the rest of the Media library category.
- Tool reference lists every Speak AI MCP server tool.
- MCP server covers setup, supported clients, and what agents can do once connected.