Skip to main content
Glama

delete-calendar-event

delete-calendar-event
Destructive

Remove a calendar event from its calendar, sending cancellations for meetings. For recurring events, delete the series to remove all occurrences or a single instance by ID.

Instructions

Removes the specified event from the containing calendar. If the event is a meeting, deleting the event on the organizer's calendar sends a cancellation message to the meeting attendees.

šŸ’” TIP: Deleting a seriesMaster deletes ALL occurrences of the recurring event. To cancel a single occurrence, delete that specific instance ID from list-calendar-event-instances.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
confirmNoFor destructive operations when the confirm gate is enabled (MS365_MCP_REQUIRE_CONFIRM=true; off by default). Set to true only after the user has explicitly approved this action. When the gate is on, calls without confirm: true return { error: "confirmation_required" } without touching user data.
eventIdYesValue for the 'eventId' path segment. Pass it under the name 'eventId', not as 'id'. Use the 'id' field of the event object as returned by Microsoft Graph.
If-MatchNoETag
includeHeadersNoInclude response headers (including ETag) in the response metadata
excludeResponseNoExclude the full response body and only return success or failure indication
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

The description discloses important behavioral side effects: deleting an organizer's event sends a cancellation message to attendees. It also explains the cascading behavior for seriesMaster. Annotations already mark destructiveHint true, so the destructive nature is known, but the description adds specific consequences that an agent needs to anticipate. It does not mention the confirm gate, but the schema documents that parameter, so this is adequately covered elsewhere.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is concise and well-structured: the core action is stated first, followed by a relevant behavioral note, and a tip for recurring events. No redundant sentences. The tip is valuable and earns its place. Slightly longer than the minimum, but each sentence adds meaningful information.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the tool's moderate complexity (reacting to series/instance behavior and meeting cancellation), the description covers the critical behavioral nuances. The schema handles parameter semantics, and output schema is absent so no return info is expected. The description could have mentioned the confirm gate, but that is documented in the schema, so completeness is acceptable. It is adequate for an agent to use the tool correctly.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 100%, so all parameters are already documented in the input schema. The description adds no parameter-specific information beyond what the schema provides; it only touches on eventId interpretation implicitly via the recurring-event tip. Since the schema carries the full parameter documentation, a baseline of 3 is appropriate.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the verb ('Removes') and resource ('specified event from the containing calendar'), and it implicitly distinguishes from sibling cancel-calendar-event by noting that deleting the organizer's event sends a cancellation message. However, it does not explicitly name or contrast with cancel-calendar-event or delete-specific-calendar-event, leaving some differentiation to inference.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides a concrete usage guideline for recurring events: it explains that deleting a seriesMaster deletes all occurrences and directs to delete a specific instance ID from list-calendar-event-instances for a single occurrence. This gives a when-to-use alternative. It stops short of explicitly recommending this tool over cancel-calendar-event for any scenario, but the recurring-event guidance is practical and actionable.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/A-Impact-Pavel/ms365-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server