Tool | What It Does | Example Use |
---|---|---|
Read Emails | Fetches emails from Outlook based on filters like sender, subject, folder, or date range. | ”Read emails from john.smith@acme.com received this week and return subject, sender, receivedDateTime” |
Send Email | Sends a new email to one or more recipients. | ”Send an email to jenny@contoso.com with subject ‘Project Kickoff’ and body ‘[message_content]’ and return messageId” |
Update Email | Changes properties of an email such as read/unread status, flagged status, or moves it to a different folder. | ”Mark all emails from noreply@github.com as read and return id, isRead” |
Create Draft | Creates a draft message in any folder. | ”Create a draft to alex@alpha.io with subject ‘Quarterly Report’ and body ‘[draft_content]’ and return draftId, subject” |
Forward Email | Forwards an existing email to specified recipients with an optional comment. | ”Forward the latest email with subject ‘Budget Approval’ to sara@beta.com adding comment ‘Please review by EOD’ and return forwardId” |
Archive Email | Moves an email to the Archive folder. | ”Archive all emails from newsletter@medium.com older than 30 days and return id, folder” |
Trash Email | Moves an email to Deleted Items. | ”Move emails with subject containing ‘Unsubscribe Confirmation’ to trash and return id, folder” |
Create Your Outlook MCP Node
Add Your Prompt
Test Your Node
Save and Reuse
recipient
to tim@acme.com and return forwardId”Step 1: Read Emails
Step 2: Summarize Using `Ask AI` node
Step 3: Draft Replies
id
with body summary
and return draftIdStep 4: Mark as Read
id
as read and return id, isReadEmpty Outputs
Incorrect Results
Errors
Iterate with Request Changes