Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MS_CLIENT_ID | No | Legacy Azure application (client) ID (backwards compatibility). | |
| USE_TEST_MODE | No | Run with mock data instead of real API calls. | false |
| MS_CLIENT_SECRET | No | Legacy Azure client secret value (backwards compatibility). | |
| OUTLOOK_CLIENT_ID | No | Your Azure application (client) ID. | |
| OUTLOOK_CLIENT_SECRET | No | Your Azure client secret value. | |
| OUTLOOK_ALLOWED_RECIPIENTS | No | Restrict sending to approved addresses or domains via an allowlist. | |
| OUTLOOK_MAX_EMAILS_PER_SESSION | No | Configurable session rate limiting for sending emails (default: unlimited). |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |