Skip to main content
Glama

MCP Server Boilerplate

calendar-list-events

Retrieve and filter calendar events by specifying time ranges, maximum results, and sorting order. Useful for managing and organizing event data efficiently.

Instructions

List calendar events with optional filters

Input Schema

NameRequiredDescriptionDefault
calendarIdNoCalendar ID - Available options: 'primary' (Primary Calendar)primary
maxResultsNoMaximum number of events to return
orderByNoOrder of eventsstartTime
singleEventsNoWhether to expand recurring events
timeMaxNoUpper bound for event start time (ISO format)
timeMinNoLower bound for event start time (ISO format)

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "calendarId": { "default": "primary", "description": "Calendar ID - Available options: 'primary' (Primary Calendar)", "type": "string" }, "maxResults": { "default": 10, "description": "Maximum number of events to return", "maximum": 250, "minimum": 1, "type": "number" }, "orderBy": { "default": "startTime", "description": "Order of events", "enum": [ "startTime", "updated" ], "type": "string" }, "singleEvents": { "default": true, "description": "Whether to expand recurring events", "type": "boolean" }, "timeMax": { "description": "Upper bound for event start time (ISO format)", "type": "string" }, "timeMin": { "description": "Lower bound for event start time (ISO format)", "type": "string" } }, "type": "object" }

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/CaptainCrouton89/maps-mcp'

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