---
title: "Re-analyze Media"
description: "Re-run AI analysis on a media file using the latest models."
---

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

# Re-analyze Media

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](/mcp/tools/media/) lists the rest of the Media library 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/media/reanalyze_media/index.mdx
