---
title: "Export Chat Answer"
description: "Export a specific AI Chat answer."
---

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

# Export Chat Answer

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](/mcp/tools/magic-prompt/) lists the rest of the Ask AI Chat
  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/magic-prompt/export_chat_answer/index.mdx
