calendar_delete_event
ActiveTool of io.github.saloprj/dialogbrain
declared in 1.17.0
Delete an event from Google Calendar. This action cannot be undone. Use with caution.
Parameters schema
{
"type": "object",
"required": [
"event_id"
],
"properties": {
"event_id": {
"type": "string",
"description": "ID of the event to delete. Required."
},
"calendar_id": {
"type": "string",
"default": "primary",
"description": "Calendar ID containing the event. Defaults to primary."
},
"send_notifications": {
"type": "boolean",
"default": true,
"description": "Whether to send cancellation notifications to attendees."
}
}
}Parent server
io.github.saloprj/dialogbrain
https://github.com/saloprj/dialogbrain-mcp
1/7 registries