Skip to main content
Glama
MrGo2

iCloud MCP Server Apple

Update Event

update-event
Idempotent

Update an existing calendar event by providing the event handle and any fields to change. Preserves recurrence, invitees, and alarms in cloud mode.

Instructions

Updates an existing calendar event. Only the fields you pass are changed. In cloud mode the CalDAV property-merge preserves recurrence, invitees and alarms (experimental: the live round-trip is not yet verified).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
endNoNew end date/time in ISO 8601 format (optional)
startNoNew start date/time in ISO 8601 format (optional)
summaryNoNew event title (optional)
eventUrlYesEvent handle from list-events: the URL in cloud mode, the UID in local mode
locationNoNew location (optional)
descriptionNoNew description (optional)
Behavior5/5

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

The description discloses partial-update behavior and specifies that in cloud mode, recurrence, invitees, and alarms are preserved via CalDAV property-merge. It also flags the feature as experimental with live round-trip unverified. This goes well beyond the annotations, which only indicate non-read-only, idempotent, and non-destructive characteristics.

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?

The description is two sentences, with the core action front-loaded in the first sentence. It then provides the single most important behavioral nuance and a risk caveat, with no redundant information.

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?

Given the tool's complexity as an update operation with mode-specific behavior, the description covers purpose, update semantics, cloud-mode preservation, and experimental status. Without an output schema, this is sufficient for correct invocation. The only omission is explicit local mode behavior, but that is handled by the eventUrl parameter description.

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?

The schema documents all six parameters with descriptions, covering 100% of parameter semantics. The description adds the crucial partial-update rule: only fields passed are changed, which is not evident from the schema alone. This clarifies how omitted optional parameters behave.

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: 'Updates an existing calendar event.' This distinguishes it from create-event and delete-event by focusing on modifying an existing entity. The additional note about partial updates further clarifies the tool's scope.

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 implies the appropriate use case: modifying fields of an existing calendar event. It does not explicitly name alternatives, but the context is evident from the sibling tool list, and the partial-update statement guides when to use it. The cloud-mode note provides mode-specific context, but no explicit when-not-to-use.

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/MrGo2/icloud-mcp'

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