Use the Speak AI MCP server tool bulk_update_transcript_speakers to update or
rename speaker labels across multiple media files in a single operation.
What does it do?
Update or rename speaker labels across multiple media files in a single operation.
Applies the same speaker mappings to every specified media file. Use this instead of
calling update_transcript_speakers repeatedly when renaming speakers across a
project or folder.
Parameters
bulk_update_transcript_speakers takes 2 parameters, all of them required.
| Name | Type | Required | Description |
|---|---|---|---|
mediaIds |
array of string | Yes | Array of media IDs to update speakers for (max 500 per call) |
speakers |
array of object | Yes | Speaker mappings applied to every file in mediaIds. Speakers not listed, and files with no matching speaker, are left untouched. |
Behaviour
The Speak AI MCP server publishes these behaviour hints for
bulk_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.