Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
TIMEZONENoIANA timezone name, e.g. 'Asia/Kolkata'system timezone
AZURE_CLIENT_IDYesApplication (client) ID GUID from Azure App Registration
AZURE_TENANT_IDNoTenant GUID, or 'common' for personal/multi-tenant accountscommon
TOKEN_CACHE_PATHNoPath to store token cache (chmod 600)~/.calendar-mcp/token-cache.json
WORKING_HOURS_ENDNoEnd hour of working day (1–24)18
WORKING_HOURS_STARTNoStart hour of working day (0–23)9

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

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
get_todays_meetingsA

List the meetings on the signed-in user's Microsoft 365 calendar for a given day. Defaults to today if no date is provided.

get_availabilityA

Report free and busy time within working hours for a given day, based on the Microsoft 365 calendar. Defaults to today.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.6/5.0

Scored across 2 tools

Disambiguation4/5

The two tools are distinct: one lists meetings, the other shows free/busy availability. While both relate to the calendar for a given day, their descriptions clearly differentiate the outputs.

Naming Consistency5/5

Both tool names follow the 'get_' prefix with a clear noun phrase (todays_meetings, availability). The naming pattern is consistent and predictable.

Tool Count3/5

With only two tools, the server feels under-scoped for a calendar integration. However, the narrow focus on read-only queries makes the count somewhat acceptable, though it is on the thin side.

Completeness2/5

The tool surface lacks any CRUD operations for meetings (create, update, delete) and only provides read-only queries. This is a significant gap for a calendar MCP server, as agents cannot manage calendar events.

Maintenance

ActivityInactive
ResponsivenessNo issues