file_convert
Convert files between Markdown, HTML, CSV, JSON, and plain text formats. Returns output path, format, and preview.
Instructions
Convert between MD/HTML/CSV/JSON/Text formats.
Supported: md -> html | txt | json html-> md csv -> json | md_table json-> csv | md_table | pretty txt -> md
Returns dict: {status, output_path, output_format, preview, error?}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fmt | Yes | ||
| path | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |