Word Documents lets you create, read, and modify Word files without ever opening Microsoft Word. Describe what you want — headings, tables, bullet lists, images, tracked changes — and get a ready-to-download .docx file in seconds.
It handles the full document format: multiple sections, headers and footers, footnotes, hyperlinks, table of contents, comments, and complex table layouts with merged cells. You can also read any existing Word file into structured data, then apply targeted edits without touching the rest of the document.
What you can do
- create_document — build a Word file from scratch with rich formatting, tables, and images
- read_document — extract text, comments, tracked changes, and structure from any .docx
- modify_document — apply a batch of edits to an existing document URL
Who it's for
Writers, operations teams, and developers who need to generate contracts, reports, proposals, or templates programmatically. Useful anywhere a polished Word file is the expected deliverable.
How to use it
- Use create_document and pass a content array describing each block — paragraphs, headings, tables, or page breaks. For multi-section layouts, use the sections array instead.
- To edit an existing file, first call read_document with the file URL to understand its structure.
- Then call modify_document with an operations array to apply your changes precisely.
Getting started
Pass your content structure to create_document and download the result. No accounts or installs needed.