You're viewing a demo portfolio

Join the waitlist
PRSM

calendar_delete_event

Active

Tool 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."
    }
  }
}

What this tool wraps· 3 endpoints

min confidence0.700.50

Parent server

io.github.saloprj/dialogbrain

https://github.com/saloprj/dialogbrain-mcp

1/7 registries
View full server →
calendar_delete_event — io.github.saloprj/dialogbrain — PRSM MCP