Skip to main content
Glama
wteja

exchange-ai-connector

by wteja

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
EXCHANGE_AI_TIMEZONENoOptional: override auto-detected timezone, e.g. Asia/Bangkok
EXCHANGE_AI_AUTHORITYNoOptional: pin to a specific tenant, e.g. https://login.microsoftonline.com/<tenant-id>
EXCHANGE_AI_CLIENT_IDYesYour app's client ID from Microsoft Entra ID registration

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
list_emailsB

List messages in a mail folder. Read-only.

read_emailB

Read one message in full. Read-only.

read_threadC

Read all messages in a conversation, oldest first. Read-only.

send_emailA

Send or reply to an email. IRREVERSIBLE — the client must confirm before allowing.

list_eventsB

List upcoming calendar events, soonest first. Read-only.

read_eventC

Read one calendar event in full. Read-only.

check_availabilityA

Free/busy over a window. Times are naive local, e.g. '2026-07-02T14:00:00'. attendees defaults to just you. Read-only.

create_eventA

Create a calendar event; emails invites to attendees. Times are naive local, e.g. '2026-07-02T14:00:00'. IRREVERSIBLE — the client must confirm before allowing.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/wteja/exchange-ai-connector'

If you have feedback or need assistance with the MCP directory API, please join our Discord server