gcal_search_events
ActiveTool of Google_calendar
declared in 0.1.0
Search events by keyword across summaries, descriptions, locations, and attendees. Returns matching event details and times. Use to find events by topic or participant.
Parameters schema
{
"type": "object",
"examples": [
{
"query": "budget review"
},
{
"query": "client meeting",
"time_max": "2024-06-30T23:59:59Z",
"time_min": "2024-06-01T00:00:00Z",
"calendar_id": "primary",
"max_results": 20
}
],
"required": [
"query"
],
"properties": {
"query": {
"type": "string",
"description": "Free-text search query to match against event fields"
},
"time_max": {
"type": "string",
"description": "Upper bound for event end time as RFC3339 timestamp"
},
"time_min": {
"type": "string",
"description": "Lower bound for event start time as RFC3339 timestamp"
},
"calendar_id": {
"type": "string",
"description": "Calendar ID (default: \"primary\")"
},
"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