---
title: "Re-analyze Text Note"
description: "Trigger a re-analysis of an existing text note to regenerate insights with the latest AI 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 Text Note

Use the Speak AI MCP server tool `reanalyze_text` to trigger a re-analysis of an
existing text note to regenerate insights with the latest AI models.

## What does it do?

Trigger a re-analysis of an existing text note to regenerate insights with the
latest AI models.

## Parameters

`reanalyze_text` takes 1 parameter, all of them required.

| Name | Type | Required | Description |
| --- | --- | --- | --- |
| `mediaId` | string | Yes | Unique identifier of the text note to reanalyze |

## Behaviour

The Speak AI MCP server publishes these behaviour hints for `reanalyze_text`.

- 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

- [Text notes](/mcp/tools/text-notes/) lists the rest of the Text notes 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/text-notes/reanalyze_text/index.mdx
