Microsoft Word Document Management
Unified workflow for Word document creation, editing, collaboration, conversion, and lifecycle management. Combines Microsoft Graph for cloud storage and sharing, JavaScript API for content manipulation, and Open XML SDK for server-side processing. Used by document authors, content managers, and automation engineers.
What You Can Do
MCP Tools
graph-get-document
Get metadata for a Word document stored in OneDrive/SharePoint.
graph-list-files
List files and folders in a OneDrive directory.
graph-search-documents
Search for Word documents in OneDrive/SharePoint.
graph-create-folder
Create a new folder in OneDrive.
graph-share-document
Create a sharing link for a document.
graph-list-permissions
List sharing permissions on a document.
graph-list-versions
List version history of a document.
graph-delete-document
Delete a document from OneDrive/SharePoint.
addin-get-body
Get the body content of an open Word document.
addin-insert-text
Insert text into the document body.
addin-insert-html
Insert HTML content into the document.
addin-list-paragraphs
List all paragraphs in the document.
addin-list-content-controls
List content controls in the document.
addin-list-tables
List tables in the document.
addin-insert-table
Insert a new table into the document.
addin-list-comments
List comments in the document.
addin-search-text
Search for text within the document.
openxml-create-document
Create a new Word document server-side using Open XML.
openxml-convert-document
Convert a Word document to PDF or other format.
openxml-add-paragraph
Add a paragraph to a document server-side.