Use the Speak AI MCP server tool update_chat_title to update the title of a chat
conversation for easier identification in history.
What does it do?
Update the title of a chat conversation for easier identification in history.
Parameters
update_chat_title takes 2 parameters, all of them required.
| Name | Type | Required | Description |
|---|---|---|---|
promptId |
string | Yes | ID of the conversation to rename |
title |
string | Yes | New title for the conversation |
Behaviour
The Speak AI MCP server publishes these behaviour hints for update_chat_title.
- Can change data in 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
- Ask AI Chat lists the rest of the Ask AI Chat category.
- Tool reference lists every Speak AI MCP server tool.
- MCP server covers setup, supported clients, and what agents can do once connected.