create_docx
Create DOCX files from content blocks: specify headings, paragraphs, bullet lists, tables, and formatting (bold, italic, color, font size) with an output path.
Instructions
Create a Word document (DOCX) with content
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | No | Document title | |
| content | Yes | Array of content blocks | |
| outputPath | Yes | Output file path for the DOCX file |