Appearance
Microsoft 365
Outlook mail, calendar, SharePoint sites, and OneDrive files via Microsoft Graph
Connect with: OAuth · Type: microsoft · Tools: 22
| Tool | What it does | |
|---|---|---|
outlook_calendar_create_event | write | Create a new Outlook calendar event. |
outlook_calendar_delete_event | write | Delete an Outlook calendar event by ID. |
outlook_calendar_free_busy | read | Query free/busy availability for one or more attendees over a time window. |
outlook_calendar_get_event | read | Get full details of a single Outlook calendar event by ID. |
outlook_calendar_list_calendars | read | List the user's Outlook calendars and their IDs (for cross-calendar operations). |
outlook_calendar_list_events | read | List Outlook calendar events in a time range. |
outlook_calendar_update_event | write | Update fields on an existing Outlook calendar event (partial update). |
outlook_mail_create_draft | write | Create a draft Outlook email for the user to review/edit/send manually. |
outlook_mail_create_reply_draft | write | Create a draft reply to an Outlook message for the user to review/edit/send manually. |
outlook_mail_list_folders | read | List Outlook mail folders with their IDs and unread counts. |
outlook_mail_list_recent | read | List Outlook messages received within a time window using Microsoft Graph $filter — deterministic and strict, unlike $search/KQL. |
outlook_mail_read | read | Read the full content of an Outlook message by ID. |
outlook_mail_reply | write | Reply to an Outlook message. |
outlook_mail_search | read | Keyword search of Outlook messages using Microsoft Graph $search (KQL). |
outlook_mail_send | write | Send a new email via Outlook. |
sharepoint_create_folder | write | Create a new folder in SharePoint or OneDrive. |
sharepoint_create_sharing_link | write | Create a shareable link for a SharePoint or OneDrive file. |
sharepoint_list_drive_items | read | Browse a folder. |
sharepoint_list_sites | read | List SharePoint sites the user can access. |
sharepoint_read_file | read | Read a SharePoint or OneDrive file. |
sharepoint_search | read | Search across SharePoint sites and OneDrive for files and folders. |
sharepoint_upload_file | write | Upload a small file to SharePoint or OneDrive inline, via a simple Graph PUT. |
Tool names are suffixed with the connection they run against when you have more than one — outlook_calendar_create_event@production. With a single connection the bare name works.