Skip to main content
Glama

Outlook Meetings Scheduler MCP Server

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
AUTH_MODENoAuthentication mode: 'interactive' (default), 'client_credentials', or 'client_provided_token'interactive
CLIENT_IDNoAzure AD Application (Client) ID
TENANT_IDNoAzure AD Tenant IDcommon
USER_EMAILNoEmail address of the user whose calendar to access
ACCESS_TOKENNoPre-acquired access token
REDIRECT_URINoCustom redirect URIhttp://localhost
CLIENT_SECRETNoAzure AD Application Client Secret
TOKEN_EXPIRES_ONNoToken expiration date in ISO format (e.g., 2025-10-03T12:00:00Z)

Schema

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Tools

Functions exposed to the LLM to take actions

NameDescription
find-person

Find a person's email address by their name

create-event

Create a calendar event using Microsoft Graph API

create-event-with-attendees

Create a calendar event with attendees using Microsoft Graph API

get-event

Get details of a calendar event by its ID

list-events

List calendar events with optional filtering

update-event

Update an existing calendar event

update-event-attendees

Add or remove attendees from a calendar event

delete-event

Delete a calendar event

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/anoopt/outlook-meetings-scheduler-mcp-server'

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