create_document
Create a new Word document at a specified file path. Optionally add a title that appears as a heading.
Instructions
Create a new Word document.
Args: file_path: Full path where to save the document title: Optional title to add as heading
Returns: Success message or error
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | No | ||
| file_path | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |