Skip to main content
Glama
anoopt

Outlook Meetings Scheduler MCP Server

by anoopt

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)

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

Server capabilities have not been inspected yet.

Tools

Functions exposed to the LLM to take actions

NameDescription
find-personC

Find a person's email address by their name

create-eventC

Create a calendar event using Microsoft Graph API

create-event-with-attendeesC

Create a calendar event with attendees using Microsoft Graph API

get-eventC

Get details of a calendar event by its ID

list-eventsC

List calendar events with optional filtering

update-eventC

Update an existing calendar event

update-event-attendeesC

Add or remove attendees from a calendar event

delete-eventC

Delete a calendar event

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.5/5.0

Scored across 8 tools

Disambiguation4/5

Most tools have distinct purposes, but there is some overlap between create-event and create-event-with-attendees, which could cause confusion about when to use each. The other tools are clearly differentiated by their specific actions on calendar events or person lookup.

Naming Consistency5/5

All tool names follow a consistent verb-noun pattern using snake_case, such as create-event, delete-event, and update-event-attendees. This predictability makes it easy for agents to understand and select the appropriate tool.

Tool Count5/5

With 8 tools, the server is well-scoped for scheduling meetings in Outlook, covering essential CRUD operations for events, attendee management, and person lookup. Each tool serves a clear purpose without being overwhelming.

Completeness5/5

The tool set provides complete coverage for the domain, including create, read, update, and delete for events, plus specific tools for managing attendees and finding people. There are no obvious gaps that would hinder agent workflows in scheduling meetings.

Maintenance

ActivityInactive
ResponsivenessNo issues