MCP Server Office
by famano
write_docx
Create a new docx file with given content.Editing exisiting docx file with this tool is not recomended.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
content | Yes | Content to write to the file. Two line breaks in content represent new paragraph.Table should starts with [Table], and separated with '|'.Escape line break when you input multiple lines. | |
path | Yes | Absolute path to target file. It should be under your current working directory. |