Outlook MCP integration for AI agents.

Connect AI agents to Outlook through 11 structured actions, including get mailbox settings, create draft, and get message. Review authentication, inputs, wor…

ACTION CONTRACTS
11
AUTHENTICATION
OAuth 2.0
SOURCE STATUS
Provider-backed

CATALOG SOURCE REVIEWED AUGUST 23, 2026 / ACTION NAMES AND SCHEMAS DERIVED FROM WORKING MACHINES PROVIDER SOURCE

CAPABILITY PROFILE

What the Outlook integration exposes

The Outlook Agent App exposes 11 provider-backed actions for communication and productivity work. Its current contract lets an authorized agent get the current outlook mailbox settings, including automatic replies, locale, time zone, and working hours, create a new outlook draft message with subject, body, recipients, and other writable message properties, and get a single outlook message by message id, including message metadata and optional body formatting. These operations are called through Working Machines as typed capabilities rather than through browser navigation or copied UI steps.

A connection uses OAuth 2.0. Before execution, the agent can inspect the selected action, its required fields, declared scopes, and expected output contract. Provider credentials remain inside the Working Machines runtime; the calling agent receives the capability and its structured result, not the underlying secret.

For reliable operation, start with the narrowest action that satisfies the task, resolve stable provider identifiers before changing state, and validate the returned object or status after execution. Availability still depends on the connected Outlook account, granted provider permissions, workspace policy, region, plan, and upstream API behavior.

VERIFIED ACTION SAMPLE

Real Outlook capabilities.

Showing 11 of 11 actions. Risk labels are conservative signals based on operation names, not substitutes for provider documentation or runtime policy.

get_mailbox_settingsREAD

Get the current Outlook mailbox settings, including automatic replies, locale, time zone, and working hours.

create_draftWRITE

Create a new Outlook draft message with subject, body, recipients, and other writable message properties.

INPUTS: subject / body / isHtml / toRecipients / ccRecipients

get_messageREAD

Get a single Outlook message by message ID, including message metadata and optional body formatting.

INPUTS: messageId / select / bodyContentType

get_profileREAD

Get the current Outlook account profile from Microsoft Graph so you can identify the connected mailbox.

list_mail_foldersREAD

List the root-level Outlook mail folders for the connected mailbox, with optional hidden folders and field selection.

INPUTS: nextLink / includeHiddenFolders / top / select

list_messagesREAD

List Outlook messages from the mailbox or from a specific mail folder, with support for OData filters, sorting, field selection, and pagination.

INPUTS: mailFolderId / top / filter / orderby / select

reply_emailWRITE

Reply to an existing Outlook message with either a comment or a replacement body, and optionally add more recipients to the reply.

INPUTS: messageId / comment / body / isHtml / toRecipients

send_draftWRITE

Send an existing Outlook draft message by message ID.

INPUTS: messageId

send_emailWRITE

Send a new Outlook email in a single operation, without creating a standalone draft first.

INPUTS: subject / body / isHtml / toRecipients / ccRecipients

update_draftWRITE

Update an existing Outlook draft message before sending.

INPUTS: messageId / subject / body / isHtml / toRecipients

update_mailbox_settingsWRITE

Update Outlook mailbox settings such as automatic replies, locale, time zone, working hours, and date or time formatting.

INPUTS: automaticRepliesSetting / dateFormat / delegateMeetingMessageDeliveryOptions / language / timeFormat

INPUT CONTRACTS

Know what the action needs before it runs.

create_draft

subjectREQUIRED
Subject line for the message.
bodyREQUIRED
Body content for the message.
isHtmlOPTIONAL
Whether the message body is already HTML content.
toRecipientsOPTIONAL
Primary recipients for the message.
ccRecipientsOPTIONAL
Cc recipients for the message.

get_message

messageIdREQUIRED
Outlook message ID.
selectOPTIONAL
Message fields to request from Microsoft Graph.
bodyContentTypeOPTIONAL
Preferred Outlook body content type for the response.

list_mail_folders

nextLinkOPTIONAL
Opaque pagination URL returned by a previous Outlook response.
includeHiddenFoldersOPTIONAL
Whether to include hidden mail folders.
topOPTIONAL
Maximum number of mail folders to return.
selectOPTIONAL
Mail folder fields to request from Microsoft Graph.

list_messages

mailFolderIdOPTIONAL
Outlook mail folder ID.
topOPTIONAL
Maximum number of messages to return.
filterOPTIONAL
OData filter expression for the messages query.
orderbyOPTIONAL
OData orderby expression for the messages query.
selectOPTIONAL
Message fields to request from Microsoft Graph.

PROVIDER-SPECIFIC WORKFLOWS

Jobs this Agent App can support

Inspect Get Mailbox Settings

Get the current Outlook mailbox settings, including automatic replies, locale, time zone, and working hours. Use this as a bounded discovery step, retain the returned identifier, and avoid expanding the read beyond the task's stated scope.

get_mailbox_settings

Control Create Draft

Create a new Outlook draft message with subject, body, recipients, and other writable message properties. Resolve the target first, present material changes for confirmation, and make retries idempotent where the provider supports it.

create_draft

Verify with Get Message

Get a single Outlook message by message ID, including message metadata and optional body formatting. Compare the returned provider state with the intended outcome and preserve stable IDs or canonical links in the run record.

get_message

SAFETY BOUNDARY

Operate Outlook with explicit limits

  • Authorize Outlook with OAuth 2.0 and grant only the provider access required by the selected actions.
  • 6 actions are change-capable by name. Confirm the target identity and material parameters before allowing a write.
  • Do not infer permission from catalog visibility. Workspace policy, connection identity, and upstream authorization still govern execution.
  • The sampled contract declares provider scopes including `Mail.ReadWrite`, `MailboxSettings.ReadWrite`, `User.Read`, and `Mail.Send`; verify the complete action contract before execution.
  • After a call, inspect the structured result and execution record before reporting that the Outlook task completed successfully.

CONNECTION MODEL

OAuth 2.0

Outlook uses OAuth 2.0. Connection requirements and availability are determined by the provider and the Working Machines deployment.

Working Machines stores provider credentials behind the execution boundary. An agent can use an authorized connection identity, but catalog discovery alone does not reveal OAuth tokens, API keys, or provider secrets.

READ SIGNALS
5
WRITE SIGNALS
6
HIGH IMPACT
0
REVIEW SIGNALS
0

EVIDENCE AND AVAILABILITY

Provider reference

Action names, input fields, authentication types, and counts on this page are generated from the Working Machines provider catalog. Provider behavior, quotas, object semantics, account eligibility, and regional availability remain governed by Outlook.

Official Outlook website

ONE CONNECTION. REAL WORK.

Give your agent software it can use.

Connect through MCP or explore the Agent App catalog and choose only the capabilities your workflow needs.

EXPLORE AGENT APPS