Outlook
Summary
Enhanced Outlook MCP Server provides a robust bridge to the Microsoft Graph API, enabling AI assistants to interact seamlessly with Outlook email, calendar, and messaging capabilities. Built with a modular architecture, it supports multi-user authentication, comprehensive email management, calendar scheduling, and mail rule configuration through a standardized set of tools. The implementation is particularly valuable for users seeking programmatic control over their Outlook ecosystem through natural language interactions.
Available Actions(14)
list_emails
List all emails in the user's mailbox.
search_emails
Search for emails in the user's mailbox. Parameters: query (string).
read_email
Read a specific email. Parameters: email_id (string).
send_email
Send an email. Parameters: recipient (string), subject (string), body (string), attachments (optional array).
create_calendar_event
Create a new calendar event. Parameters: title (string), start_time (string), end_time (string), attendees (optional array).
list_calendar_events
List all calendar events for the user.
update_calendar_event
Update an existing calendar event. Parameters: event_id (string), updated_details (object).
delete_calendar_event
Delete a specific calendar event. Parameters: event_id (string).
list_folders
List all email folders in the user's mailbox.
create_folder
Create a new email folder. Parameters: folder_name (string).
move_items_between_folders
Move items between email folders. Parameters: item_ids (array), destination_folder (string).
create_mail_rule
Create a new mail processing rule. Parameters: rule_details (object).
list_mail_rules
List all mail processing rules.
delete_mail_rule
Delete a specific mail processing rule. Parameters: rule_id (string).
커뮤니티 리뷰
아직 리뷰가 없습니다. 첫 번째 리뷰를 작성해 보세요!
대화에 참여하려면 로그인하세요