Tool | What It Does | Example Use |
---|---|---|
List Documents | Retrieve Word documents from your OneDrive (optionally filter by folder) | “List Word documents in the ‘Proposals’ folder and return name, id, lastModifiedDate” |
Create Document | Make a new Word document in a specified OneDrive folder | ”Create a new document called ‘Project Charter Q2’ in the ‘Projects’ folder with the text ‘Executive Summary: [content]’, return id and webUrl” |
Read Document | Pull the full text from a Word document | ”Read document named ‘Annual Report 2024.docx’ and return text” |
Write Document | Append text to an existing Word document | ”Add the paragraph ‘Next Steps: Schedule follow-up meeting with stakeholders’ to document ‘Meeting Notes - March.docx’ and return newWordCount” |
Search Documents | Find Word documents that contain a keyword or phrase | ”Search for documents containing ‘budget forecast’ and return name, id, matchSnippet” |
Download Document | Generate a direct download URL for a Word document | ”Get a download URL for document ‘Contract_Final_Version.docx’ and return downloadUrl” |
Delete Document | Remove a Word document from OneDrive | ”Delete document named ‘Old_Draft_January.docx’ and confirm status” |
Create Your Word MCP Node
Add Your Prompt
Test Your Node
Save and Reuse
Step 1: List Documents
Step 2: Read Document
id
and return textStep 3: Summarize using the `Ask AI` node
text
and return summaryStep 4: Create Document
Step 5: Send Email using the `Gmail Sender` node
Empty Outputs
Incorrect Results
Errors
Iterate with Request Changes