Skip to main content
Glama
JavierPrior845

Google Calendar MCP Server

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
CLIENT_IDYesYour Google OAuth 2.0 client ID
CLIENT_SECRETYesYour Google OAuth 2.0 client secret

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
{}
prompts
{}
resources
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
list_eventsA

Lista eventos de Google Calendar. Por defecto muestra la semana actual. Puedes especificar un rango de fechas o un solo día.

create_eventC

Crea un nuevo evento en Google Calendar.

find_free_slotsB

Busca ventanas de tiempo libres disponibles en el calendario respetando una duración requerida y una franja horaria laboral opcional.

reschedule_eventA

Reprograma o mueve un evento existente a una nueva fecha y hora usando su ID de evento.

delete_or_cancel_eventB

Elimina o cancela un evento del calendario usando su ID.

detect_conflictsB

Examina el calendario para detectar solapamientos y conflictos de horario entre eventos.

get_workload_analyticsA

Analiza la distribución del tiempo agendado en un período y genera métricas sobre cuántas horas se han dedicado a cada área.

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 7 tools

Disambiguation5/5

Each tool targets a distinct calendar action or query: CRUD operations, conflict detection, free-slot search, and analytics. Even the two availability-related tools are clearly separated by purpose (finding free windows vs detecting overlaps).

Naming Consistency5/5

All tool names follow a consistent snake_case verb_noun pattern (create_event, list_events, find_free_slots, etc.). The only compound name, delete_or_cancel_event, still uses the same style and a clear verb.

Tool Count5/5

Seven tools is a well-scoped set for a Google Calendar server: it covers core event management plus useful scheduling helpers without bloat.

Completeness4/5

Core event lifecycle is covered (create, list, reschedule, delete/cancel) with useful extras like conflicts, free slots, and analytics. A generic event detail update beyond rescheduling would be a minor enhancement, but no critical workflow dead-ends are apparent.

Maintenance

ActivityMaintained
ResponsivenessNo issues