---
title: "Get Text Note Insights"
description: "Retrieve AI-generated insights for a text note, including topics, sentiment, summaries, and action items."
---

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

# Get Text Note Insights

Use the Speak AI MCP server tool `get_text_insight` to retrieve AI-generated
insights for a text note, including topics, sentiment, summaries, and action items.

## What does it do?

Retrieve AI-generated insights for a text note, including topics, sentiment,
summaries, and action items.

## Parameters

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

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

## Behaviour

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

- Only reads data. Does not modify your workspace.
- Does not delete or overwrite existing data.
- Repeating an identical call is safe.
- 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/get_text_insight/index.mdx
