Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
GOOGLE_CALENDAR_IDYesThe Calendar ID value obtained from the 'Integrate calendar' section of the Google Calendar settings.

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_calendar_eventsC

Get calendar events from Google Calendar. By default, it retrieves events from the last 3 months.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

B3/5.0

Scored across 1 tool

Disambiguation5/5

With only one tool, there is no possibility of ambiguity or overlap between tools. The tool's purpose is clearly defined and distinct by default.

Naming Consistency5/5

A single tool inherently has perfect naming consistency, as there are no other tools to compare it against for patterns or conventions.

Tool Count2/5

One tool is too few for a Google Calendar server, as it severely limits functionality. A calendar domain typically requires CRUD operations (e.g., create_event, update_event, delete_event) and other features like listing calendars or managing attendees, making this server incomplete and impractical for most agent workflows.

Completeness1/5

The server is severely incomplete for a Google Calendar domain. It only provides read access to events, lacking essential operations such as creating, updating, or deleting events, managing calendars, or handling recurring events, which will cause frequent agent failures in typical calendar-related tasks.

Maintenance

ActivityInactive
ResponsivenessNo issues