Skip to main content
Glama
mathewcsims

mail-calendar-mcp

by mathewcsims

calendar_update_event

Update an existing calendar event's fields (summary, date, location, etc.) by its UID. Verifies changes took effect and reports limitations for recurrence edits.

Instructions

Update fields on an existing event by uid. Verifies changed fields actually took effect on re-read before reporting success — recurrence edits on already-recurring events are a known-flaky area.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
uidYes
endDateNo
summaryNo
locationNo
startDateNo
recurrenceNoRaw iCalendar RRULE-style text, e.g. 'FREQ=WEEKLY;INTERVAL=1;COUNT=5'. Editing recurrence on an already-recurring event is a known-flaky area — the tool verifies the change took effect and reports PLATFORM_LIMITATION if not.
alldayEventNo
descriptionNo
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.
Behavior4/5

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

Discloses that the tool verifies changes by re-reading and highlights recurrence edits as a known flaky area, adding behavioral context beyond annotations. Annotations are minimal, so description carries burden well.

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?

Two sentences, front-loaded with purpose, no fluff. Every sentence adds value.

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

Completeness3/5

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

Adequate for a mutation tool but lacks details on success/failure behavior, parameter interactions, and return values. No output schema provided.

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

Parameters2/5

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

Schema coverage is only 30%, but description does not add meaning for the majority of parameters. Only recurrence gets extra context. Does not compensate for the low coverage.

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?

Clearly states 'Update fields on an existing event by uid', specifying the action, resource, and identifier. Distinct from sibling tools like create or delete.

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

Usage Guidelines3/5

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

Mentions recurrence edits as flaky and that the tool verifies changes, but does not explicitly state when to use this tool versus alternatives (e.g., delete and recreate). No exclusions given.

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