mindmeister_export_map
Export a MindMeister mind map to PDF, DOCX, PPTX, RTF, image, or presentation format. The tool returns a base64-encoded string for local file creation.
Instructions
Export a MindMeister map to a specific file format.
Supported formats: pdf, docx, pptx, rtf, image, presentation. The export is fetched via GET /maps/{id} with an appropriate Accept header. Returns the binary content as a base64 string so it can be saved locally.
Args: params: ExportMapInput with map_id (str) and format (ExportFormat).
Returns: str: JSON with keys "format", "filename", "content_base64", and "size_bytes". The base64 payload can be decoded and saved as a file.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |