word_create_document
Create a new blank Word document (.docx) at a specified path, with optional initial paragraphs for content seeding.
Instructions
Create a new, blank .docx file at the given path, optionally seeded with paragraphs
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_path | Yes | Absolute path to the .docx file | |
| initial_paragraphs | No | Initial paragraph text content, in order (default: one empty paragraph) |