---
title: "Create Text Note"
description: "Create a new text note in Speak AI for analysis."
---

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

# Create Text Note

Use the Speak AI MCP server tool `create_text_note` to create a new text note in
Speak AI for analysis.

## What does it do?

Create a new text note in Speak AI for analysis. The content will be analyzed for
insights, topics, and sentiment.

## Parameters

`create_text_note` takes 7 parameters, 1 of them required.

| Name | Type | Required | Description |
| --- | --- | --- | --- |
| `name` | string | Yes | Title/name for the text note |
| `text` | string | No | Full text content to analyze |
| `description` | string | No | Description for the text note |
| `folderId` | string | No | ID of the folder to place the note in |
| `tags` | string | No | Comma-separated tags or array of tag strings |
| `callbackUrl` | string | No | Webhook callback URL for completion notification |
| `fields` | array of object | No | Custom field values to attach to the text note |

## Behaviour

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

- Can change data in your workspace.
- Does not delete or overwrite existing data.
- Repeating an identical call can have an extra effect.
- Can reach systems outside Speak AI.

## 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/create_text_note/index.mdx
