Outlook MCP
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| outlook_loginA | Start Microsoft device-code login for Outlook. Returns a URL and code (also printed to stderr). Open the URL, enter the code, and sign in. |
| outlook_auth_statusA | Check whether Outlook/Microsoft Graph is signed in. |
| outlook_sign_outA | Clear cached Microsoft tokens for this MCP server. |
| outlook_get_profileA | Get the signed-in user's Outlook / Microsoft 365 profile. |
| outlook_list_emailsB | List recent emails from a mail folder (default: inbox). |
| outlook_get_emailA | Get a single email by id, including body by default. |
| outlook_search_emailsB | Search mailbox messages with a free-text query. |
| outlook_send_emailC | Send an email immediately from the signed-in mailbox. |
| outlook_create_draftA | Create an email draft in Outlook (does not send). |
| outlook_list_calendarB | List upcoming calendar events. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |