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 lists the rest of the Text notes category.
- Tool reference lists every Speak AI MCP server tool.
- MCP server covers setup, supported clients, and what agents can do once connected.