Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Tools

Functions exposed to the LLM to take actions

NameDescription
get_upcoming_events

Get upcoming calendar events.

Args: max_results: Maximum number of events to return (default: 10) calendar_id: Calendar ID to query (default: "primary")

Returns: Formatted list of upcoming events with start time and title

get_events_for_date

Get calendar events for a specific date.

Args: date: Date in YYYY-MM-DD format calendar_id: Calendar ID to query (default: "primary")

Returns: Formatted list of events for that date

search_events

Search calendar events by keyword.

Args: query: Search term to find in event titles/descriptions max_results: Maximum number of events to return (default: 10) calendar_id: Calendar ID to query (default: "primary")

Returns: Matching events with start time and title

list_calendars

List all available calendars.

Returns: List of calendar names and IDs

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/alDuncanson/gcal-mcp'

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