Loading...
Loading...
Automate Outlook tasks via Rube MCP (Composio): emails, calendar, contacts, folders, attachments. Always search tools first for current schemas.
npx skill4agent add davepoon/buildwithclaude outlook-automationRUBE_MANAGE_CONNECTIONSoutlookRUBE_SEARCH_TOOLShttps://rube.app/mcpRUBE_SEARCH_TOOLSRUBE_MANAGE_CONNECTIONSoutlookOUTLOOK_SEARCH_MESSAGESOUTLOOK_GET_MESSAGEOUTLOOK_LIST_OUTLOOK_ATTACHMENTSOUTLOOK_DOWNLOAD_OUTLOOK_ATTACHMENTqueryfrom_indexsizemessage_idOUTLOOK_LIST_MAIL_FOLDERSOUTLOOK_QUERY_EMAILSfolderfilterisRead eq false and importance eq 'high'toporderbyselectOUTLOOK_LIST_EVENTSOUTLOOK_GET_CALENDAR_VIEWOUTLOOK_GET_EVENTOUTLOOK_LIST_CALENDARSOUTLOOK_GET_SCHEDULEfilterstart_datetimeend_datetimetimezonecalendar_idselectexpand_recurring_events=trueOUTLOOK_LIST_CONTACTSOUTLOOK_CREATE_CONTACTOUTLOOK_GET_CONTACT_FOLDERSOUTLOOK_CREATE_CONTACT_FOLDERgivenNamesurnameemailAddressesdisplayNamecontact_folder_idOUTLOOK_LIST_MAIL_FOLDERSOUTLOOK_LIST_CHILD_MAIL_FOLDERSOUTLOOK_CREATE_MAIL_FOLDERparent_folder_iddisplayNameinclude_hidden_foldersfrom:user@example.comto:recipient@example.comsubject:invoicereceived>=2025-01-01hasattachment:yesANDORisRead eq falseimportance eq 'high'hasAttachments eq truereceivedDateTime ge 2025-01-01T00:00:00Zstart/dateTime ge '2025-01-01T00:00:00Z'contains(subject, 'Meeting')| Task | Tool Slug | Key Params |
|---|---|---|
| Search emails | OUTLOOK_SEARCH_MESSAGES | query, from_index, size |
| Query folder | OUTLOOK_QUERY_EMAILS | folder, filter, top |
| Get message | OUTLOOK_GET_MESSAGE | message_id |
| List attachments | OUTLOOK_LIST_OUTLOOK_ATTACHMENTS | message_id |
| Download attachment | OUTLOOK_DOWNLOAD_OUTLOOK_ATTACHMENT | message_id, attachment_id |
| List folders | OUTLOOK_LIST_MAIL_FOLDERS | (none) |
| Child folders | OUTLOOK_LIST_CHILD_MAIL_FOLDERS | parent_folder_id |
| List events | OUTLOOK_LIST_EVENTS | filter, timezone |
| Calendar view | OUTLOOK_GET_CALENDAR_VIEW | start_datetime, end_datetime |
| Get event | OUTLOOK_GET_EVENT | event_id |
| List calendars | OUTLOOK_LIST_CALENDARS | (none) |
| Free/busy | OUTLOOK_GET_SCHEDULE | schedules, times |
| List contacts | OUTLOOK_LIST_CONTACTS | top, filter |
| Create contact | OUTLOOK_CREATE_CONTACT | givenName, emailAddresses |
| Contact folders | OUTLOOK_GET_CONTACT_FOLDERS | (none) |