convert_docx_file_to_md
Convert Word documents to Markdown format for easier editing and integration with documentation workflows. The tool processes .docx files locally and outputs clean Markdown with preserved formatting.
Instructions
Convert a Word (.docx) file to a Markdown (.md) file. The output is saved alongside the input file. Returns the Markdown content.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |