Skip to main content
Glama
mathewcsims

mail-calendar-mcp

by mathewcsims

calendar_delete_event

Destructive

Delete a calendar event by UID. For recurring events, use Calendar.app as this tool returns a platform limitation error.

Instructions

[IRREVERSIBLE] Delete an event by uid. Confirmed via testing: deleting a RECURRING event silently reports success without actually deleting it on this platform — this tool detects that and returns PLATFORM_LIMITATION instead of a false success; delete recurring events manually in Calendar.app (where you can choose 'this event' vs 'all future events'). Requires confirm:true.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
uidYes
confirmNo
calendarNameNoCalendar name. Ambiguous if duplicated (common on multi-account setups) — use calendarIndex instead in that case.
calendarIndexNoPosition from calendar_list_calendars, for disambiguating duplicate calendar names. Stable only for the current Calendar.app process.
Behavior5/5

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

Discloses irreversibility, platform limitation for recurring events, and that the tool returns PLATFORM_LIMITATION instead of false success. This goes beyond the destructiveHint annotation.

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

Conciseness5/5

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

Concise and well-structured. Front-loaded with [IRREVERSIBLE] warning, followed by purpose, limitation, and requirement. Every sentence adds value.

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

Completeness5/5

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

Covers key behaviors: irreversible, confirmation needed, recurring event handling, and platform limitation. No output schema, but description adequately explains expected outcomes.

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

Parameters4/5

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

Adds value beyond schema by explaining that confirm must be true, and providing guidance on calendarName vs calendarIndex for disambiguation. Schema coverage is 50%, but the description compensates well.

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

Purpose5/5

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

The description clearly states the action: delete an event by uid. It distinguishes from sibling tools like calendar_delete_calendar by highlighting the recurring event limitation, which is specific to this tool.

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

Usage Guidelines5/5

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

Explicitly states when to use (to delete a single event) and when not to (for recurring events, use Calendar.app). Also specifies requirement: confirm must be true.

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/mathewcsims/mail-calendar-mcp'

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