gcal_list_events
ActiveTool of Google_calendar
declared in 0.1.0
List calendar events with optional date filtering. Returns event summaries, start/end times, attendees, and locations. Use to view upcoming or past events.
Parameters schema
{
"type": "object",
"examples": [
{
"time_max": "2024-01-31T23:59:59Z",
"time_min": "2024-01-01T00:00:00Z",
"calendar_id": "primary",
"max_results": 10
},
{
"time_min": "2024-06-15T09:00:00-07:00",
"max_results": 25
}
],
"required": [],
"properties": {
"order_by": {
"enum": [
"startTime",
"updated"
],
"type": "string",
"description": "Sort order (default: startTime). startTime requires singleEvents=true."
},
"time_max": {
"type": "string",
"description": "Upper bound (exclusive) for event end time as RFC3339 timestamp"
},
"time_min": {
"type": "string",
"description": "Lower bound (inclusive) for event start time as RFC3339 timestamp (e.g., \"2024-01-01T00:00:00Z\")"
},
"calendar_id": {
"type": "string",
"description": "Calendar ID (default: \"primary\" for the user's main calendar)"
},
"max_results": {
"type": "number",
"description": "Maximum number of events to return (default 10, max 250)"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Google_calendar
https://github.com/pipeworx-io/mcp-google_calendar
1/7 registries