Add mail attachmentTool to add an attachment to an email message.
Create calendarTool to create a new calendar in the signed-in user's mailbox.
Create contact folderTool to create a new contact folder in the user's mailbox.
Create Email RuleCreate email rule filter with conditions and actions
Create mail folderTool to create a new mail folder.
Create master categoryTool to create a new category in the user's master category list.
Delete mail folderDelete a mail folder from the user's mailbox.
Download Outlook attachmentDownloads a specific file attachment from an email message in a microsoft outlook mailbox; the attachment must contain 'contentbytes' (binary data) and not be a link or embedded item.
Get mailbox settingsTool to retrieve mailbox settings.
Get mail deltaTool to retrieve incremental changes (delta) of messages in a mailbox.
Get mail tipsTool to retrieve mail tips such as automatic replies and mailbox full status.
Get master categoriesTool to retrieve the user's master category list.
Get supported languagesTool to retrieve supported languages in the user's mailbox.
Get supported time zonesTool to retrieve supported time zones in the user's mailbox.
List Outlook calendarsTool to list calendars in the signed-in user's mailbox.
List event attachmentsTool to list attachments for a specific outlook calendar event.
List Outlook attachmentsLists metadata (like name, size, and type, but not `contentbytes`) for all attachments of a specified outlook email message.
List event remindersTool to retrieve reminders for events occurring within a specified time range.
Add event attachmentAdds an attachment to a specific outlook calendar event.
Create Calendar EventCreates a new outlook calendar event, ensuring `start datetime` is chronologically before `end datetime`.
Create contactCreates a new contact in a microsoft outlook user's contacts folder.
Create email draftCreates an outlook email draft with subject, body, recipients, and an optional attachment.
Create a draft replyCreates a draft reply in the specified user's outlook mailbox to an existing message (identified by a valid `message id`), optionally including a `comment` and cc/bcc recipients.
Delete ContactPermanently deletes an existing contact, using its `contact id` (obtainable via 'list user contacts' or 'get contact'), from the outlook contacts of the user specified by `user id`.
Delete Calendar EventDeletes an existing calendar event, identified by its unique `event id`, from a specified user's microsoft outlook calendar, with an option to send cancellation notifications to attendees.
Get contactRetrieves a specific outlook contact by its `contact id` from the contacts of a specified `user id` (defaults to 'me' for the authenticated user).
Get contact foldersTool to retrieve a list of contact folders in the signed-in user's mailbox.
Get calendar eventRetrieves the full details of a specific calendar event by its id from a user's outlook calendar, provided the event exists.
Get email messageRetrieves a specific email message by its id from the specified user's outlook mailbox.
Get Outlook profileRetrieves the microsoft outlook profile for a specified user.
Get scheduleRetrieves free/busy schedule information for specified email addresses within a defined time window.
List Outlook contactsRetrieves a user's microsoft outlook contacts, from the default or a specified contact folder.
List eventsRetrieves events from a user's outlook calendar via microsoft graph api, supporting pagination, filtering, property selection, sorting, and timezone specification.
List mail foldersTool to list a user's top-level mail folders.
List MessagesRetrieves a list of email messages from a specified mail folder in an outlook mailbox, with options for filtering (including by conversationid to get all messages in a thread), pagination, and sorting; ensure 'user id' and 'folder' are valid, and all date/time strings are in iso 8601 format.
Move message to folderMove a message to another folder within the specified user's mailbox.
Reply to EmailSends a plain text reply to an outlook email message, identified by `message id`, allowing optional cc and bcc recipients.
Search Outlook messagesSearches messages in a microsoft 365 or enterprise outlook account mailbox, supporting filters for sender, subject, attachments, pagination, and sorting by relevance or date.
Send emailSends an email with subject, body, recipients, and an optional attachment via microsoft graph api; attachments require a non-empty file with valid name and mimetype.
Update calendar eventUpdates specified fields of an existing outlook calendar event.
Update ContactUpdates an existing outlook contact, identified by `contact id` for the specified `user id`, requiring at least one other field to be modified.
Update email messageUpdates specified properties of an existing email message; `message id` must identify a valid message within the specified `user id`'s mailbox.
Update mailbox settingsTool to update mailbox settings for the signed-in user.