parse_xmind
Parses XMind documents into Markdown or JSON, supporting both Zen and Legacy formats. Use Markdown for token-efficient handling of large files.
Instructions
Parse an entire XMind document (.xmind file) and return formatted output (Markdown or JSON). Markdown format is more token-efficient and recommended for large documents. JSON format includes structure summary and detailed metadata. Supports both Zen (modern) and Legacy (XMind 8) formats.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Absolute file path to the .xmind file. Supports ~ for home directory expansion. | |
| format | No | Output format. "markdown" (default) is more token-efficient; "json" is more structured. Markdown recommended for large documents. | markdown |