Convert word (.doc, .docx) or pdf files to markdown using markitdown.mcp. Use when the user requests to convert documents to markdown format.
One-sentence summary. Converts word and pdf files to markdown for easy reading and editing.
Use this skill when the user says something like:
Do not use this skill when:
| Input | Source | Notes |
|---|
| file_path | argument | Absolute or relative path to the word or pdf file to convert. Must exist and be readable. |
Follow these steps in order. Do not skip steps unless the condition in the step itself says it is optional.
Produces a new markdown file containing the converted content from the input document.
# Example Converted Markdown
This is the content extracted from the word or pdf file.
- Bullet points
- More content
Input:
/path/to/sample.docx
Output:
A new file /path/to/sample.md with the markdown content.