Skip to main content
Server path: /microsoft-365-word | Type: Application | PCID required: Yes

Tools

ToolDescription
microsoft-365-word_list_documentsSearch for all Word documents (.docx, .doc) across OneDrive using Microsoft Search
microsoft-365-word_list_documents_by_pathList Word documents (.docx, .doc) in a specific OneDrive folder path
microsoft-365-word_search_documentsSearch Word documents (.docx, .doc) in OneDrive by keyword query
microsoft-365-word_upload_documentUpload a plain text file to OneDrive at the specified path. To create a proper Word document, use create_workbook or start with an empty .docx via the Word app.

microsoft-365-word_list_documents

Search for all Word documents (.docx, .doc) across OneDrive using Microsoft Search

microsoft-365-word_list_documents_by_path

List Word documents (.docx, .doc) in a specific OneDrive folder path Parameters:
ParameterTypeRequiredDefaultDescription
file_pathstringNoFolder path in OneDrive (e.g. “Documents/Reports”). Omit to list all Word documents.

microsoft-365-word_search_documents

Search Word documents (.docx, .doc) in OneDrive by keyword query Parameters:
ParameterTypeRequiredDefaultDescription
querystringYesSearch query keywords to find in document names or content

microsoft-365-word_upload_document

Upload a plain text file to OneDrive at the specified path. To create a proper Word document, use create_workbook or start with an empty .docx via the Word app. Parameters:
ParameterTypeRequiredDefaultDescription
file_pathstringYesDestination path in OneDrive including filename (e.g. “Documents/report.docx”)
contentstringYesDocument content as a plain text string