Skip to main content
Glama
reinthal

icloud-calendar-mcp

by reinthal

update_event

Modify existing iCloud calendar events by UID. Change only specified fields such as title, start/end time, description, or location while preserving other event details.

Instructions

Update an existing calendar event by UID. Only provided fields are changed.

Args: uid: The unique identifier of the event to update. summary: New title (optional). start: New ISO 8601 start datetime (optional). end: New ISO 8601 end datetime (optional). description: New description (optional). location: New location (optional). calendar_name: Full calendar name with provider prefix.

Returns: The updated event as a dict.

Raises: ValueError: If event not found

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
endNo
uidYes
startNo
summaryNo
locationNo
descriptionNo
calendar_nameNoAlex Plugg

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

With no annotations, the description carries the burden and covers partial update semantics, return value ('updated event as a dict'), and error behavior ('ValueError: If event not found'). It omits permission/reversibility details, but the core behavior is transparent.

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 one-sentence summary is front-loaded, followed by clean Args/Returns/Raises sections. Every part adds value and the formatting makes it easy for an agent to scan.

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?

The description, combined with the output schema, gives enough to call the tool correctly: required UID, updatable fields, return shape, and error condition. Minor gaps remain around whether null clears a field and the calendar_name default, which are not explained.

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?

Schema description coverage is 0%, but the Args section documents all seven parameters, adding useful semantics such as ISO 8601 format for start/end and the provider-prefix requirement for calendar_name. Some entries are terse ('New title', 'New description') and null/default behavior is not explained.

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 opens with a specific verb and resource: 'Update an existing calendar event by UID.' This clearly distinguishes update_event from sibling list/get/create/delete tools and from update_calendar_metadata.

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?

It clarifies this is for an existing calendar event and describes partial-update behavior ('Only provided fields are changed'). It does not explicitly list when-not-to-use or alternative tools, but the context is clear enough.

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

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