create_document
Generate a new .docx file with optional title, paragraph content, and a preset for Japanese business document formatting.
Instructions
Create a new DOCX file. Optionally provide initial content and title.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_path | Yes | Absolute path where the new .docx file will be created | |
| title | No | Document title (added as Heading 1) | |
| content | No | Initial text content. Use newlines to separate paragraphs. | |
| preset | No | Optional style preset. 'ja-business' applies Japanese business-document defaults such as Yu Gothic body text and roomier paragraph spacing. |