Office
Generate and edit Microsoft Office documents — Word, Excel, and PowerPoint — and store them in the DMS.
The Office suite is AI Agent only — not available in the Task Agent Tools Call node. These tools render locally (no model or credits). create_* make a new document; update_* locate an existing one (by document_id, or folder_id + filename) and save a new version — so it must already exist. Table/sheet data should reference a prior result by artifact_id.
create_docx
Create a Word (.docx) document from titled sections (with optional tables). Category: Action · Setup: none.
update_docx
Append sections or find/replace text in an existing Word doc. Category: Action · Setup: needs an existing doc.
create_xlsx
Create an Excel (.xlsx) workbook from one or more sheets. Category: Action · Setup: none.
update_xlsx
Add/replace sheets or append rows in an existing workbook. Category: Action · Setup: needs an existing doc.
create_pptx
Create a PowerPoint (.pptx) deck from titled slides (bullets/tables). Category: Action · Setup: none.
update_pptx
Append slides or find/replace text in an existing deck. Category: Action · Setup: needs an existing doc.