Microsoft Word
List, download, and replace bounded Word documents in OneDrive
Connect Microsoft Word when a project needs complete .docx files from OneDrive. Swarmz can list, download, and replace a document; it cannot edit paragraphs, comments, styles, or tracked changes semantically.
Available operations
| Operation | What it does | Permission | Limit per minute |
|---|---|---|---|
list_documents | Lists up to 50 .docx files | Read files | 30 |
download_document | Downloads one .docx file up to 750 KiB | Read files | 10 |
upload_document | Replaces one .docx file up to 750 KiB | Manage files | 5 |
Connect Microsoft Word
An administrator first configures Microsoft OAuth application and enables Microsoft Word under Admin > Settings > Integrations.
Use this connector when the generated app already creates or consumes complete .docx files. Examples:
- “List Word documents in our shared OneDrive and let an administrator download one.”
- “Replace a generated contract
.docxafter the user confirms the final file.”
Choose Connect new, approve file read or manage access, then select Continue. For per-user file access in a published app, provide the final HTTPS app origin before authorizing.
Verify Microsoft Word
- Put a disposable
.docxunder 750 KiB in the connected OneDrive. - List documents and confirm its name.
- Download it and open the file in Word.
- If replacement is required, upload a valid test
.docx, open it, then restore the original file.
upload_document replaces the complete file. It is not a document editor and cannot safely merge concurrent changes. Keep the original bytes before testing a write. Use Microsoft 365 or a document-processing service in the generated app when the requirement is to edit individual Word elements.