Use the Speak AI MCP server tool reanalyze_media to re-run AI analysis on a media
file using the latest models.
What does it do?
Re-run AI analysis on a media file using the latest models. Choose which parts to re-run via the flags below.
Parameters
reanalyze_media takes 5 parameters, 1 of them required.
| Name | Type | Required | Description |
|---|---|---|---|
mediaId |
string | Yes | Unique identifier of the media file to re-analyze |
isInsights |
boolean | No | Re-run insights analysis |
isSentiment |
boolean | No | Re-run sentiment analysis |
isFillerWords |
boolean | No | Re-run filler-word detection |
isEmbeddings |
boolean | No | Re-generate embeddings |
Behaviour
The Speak AI MCP server publishes these behaviour hints for reanalyze_media.
- Can change data in your workspace.
- Does not delete or overwrite existing data.
- Repeating an identical call can have an extra effect.
- 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.