create_document_from_content
Create complete Word documents from structured content in one call. Accepts paragraphs, headings, and lists with custom formatting.
Instructions
Create a complete Word document in a single call (FAST - use this instead of multiple calls)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filename | Yes | Path to save the document | |
| title | No | Document title | |
| author | No | Document author | |
| content | Yes | Array of content items (paragraphs, headings, bullets) |