Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
ICS_URLYesYour public Google Calendar ICS URL (e.g., https://calendar.google.com/calendar/ical/YOUR_CALENDAR_ID/public/basic.ics)

Capabilities

Server capabilities have not been inspected yet.

Tools

Functions exposed to the LLM to take actions

NameDescription
list_events
List calendar events within a specific date range, expanding recurring events. Args: start_date: Start of the range (ISO format, e.g., '2023-01-01') end_date: End of the range (ISO format) Returns: List of events falling within the range.
search_events
Search for events matching a text query in summary or description. Note: This searches a wide range (current year +/- 1 year) to be useful, as text search on infinite recurrence is impossible without a range. Args: query: The text to search for. Returns: List of matching events.

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

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