Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
PGHOSTYesPostgreSQL host (for token table)
PGPORTYesPostgreSQL port (for token table)
PGUSERYesPostgreSQL user (for token table)
PGDATABASEYesPostgreSQL database name (for token table)
PGPASSWORDYesPostgreSQL password (for token table)
GRAPH_CLIENT_IDYesApplication (client) ID from Entra app registration
GRAPH_TENANT_IDYesDirectory (tenant) ID from Entra app registration
GRAPH_TOKEN_STORENoToken storage method: 'postgres' or 'file' (default 'postgres')postgres
GRAPH_TODO_LIST_NAMENoTo Do list name for tasks (default 'Burrows Ops')Burrows Ops
GRAPH_DEFAULT_TIMEZONEYesIANA timezone applied to events/tasks (e.g. 'Australia/Melbourne')
GRAPH_DEFAULT_REMINDER_MINUTESNoDefault event reminder lead time in minutes (default 30)30

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
create_eventA

Create an Outlook calendar event in the workshop@ mailbox. Times are local wall-clock (e.g. 2026-07-01T14:00:00), interpreted in the default timezone unless timeZone is given. Sets a phone reminder by default.

update_eventA

Update an existing calendar event by id. Only the fields you pass are changed.

delete_eventA

Delete a single calendar event by id. For deleting multiple events, confirm with the user first.

find_eventsA

List events between two datetimes (use this to resolve an event id before updating or deleting). start/end are ISO datetimes.

create_taskB

Create a Microsoft To Do task in the "Burrows Ops" list (created on first use). Optional due date and reminder.

complete_taskA

Mark a Microsoft To Do task complete by id.

find_tasksA

List tasks in the "Burrows Ops" list (use this to resolve a task id before completing it). Optional status filter: notStarted | inProgress | completed.

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/itscartmanbrah/calendar-mcp-task'

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