calendar_list_events
ActiveTool of io.github.saloprj/dialogbrain
declared in 1.17.0
List events from Google Calendar. Shows upcoming events by default. Can filter by date range and search query.
Parameters schema
{
"type": "object",
"required": [],
"properties": {
"query": {
"type": "string",
"description": "Free text search query to filter events."
},
"date_to": {
"type": "string",
"description": "End date/time to query (YYYY-MM-DD or ISO 8601 format). Defaults to 7 days from now. Alias: time_max."
},
"date_from": {
"type": "string",
"description": "Start date/time to query (YYYY-MM-DD or ISO 8601 format). Defaults to now. Alias: time_min."
},
"calendar_id": {
"type": "string",
"default": "primary",
"description": "Calendar ID to list events from. Defaults to primary calendar."
},
"max_results": {
"type": "integer",
"default": 25,
"description": "Maximum number of events to return."
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
io.github.saloprj/dialogbrain
https://github.com/saloprj/dialogbrain-mcp
1/7 registries