Use the Speak AI MCP server tool export_chat_answer to export a specific AI Chat
answer.
What does it do?
Export a specific AI Chat answer. Useful for saving AI-generated summaries, reports, or analysis results.
Parameters
export_chat_answer takes 3 parameters, all of them required.
| Name | Type | Required | Description |
|---|---|---|---|
promptId |
string | Yes | ID of the conversation to export |
messageId |
string | Yes | ID of the specific message/answer to export |
fileType |
enum: txt, docx, pdf, md | Yes | Export file format |
Behaviour
The Speak AI MCP server publishes these behaviour hints for export_chat_answer.
- 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
- 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.