Skip to main content
Glama
p-l-ta
by p-l-ta

update_event

Update properties (title, dates, location, notes, URL) of an existing Apple Calendar event by its unique ID. Changes sync across all accounts.

Instructions

Update properties of an existing Calendar.app event identified by its uid. Only provided fields are changed. Goes through AppleScript so changes sync to all connected accounts.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
endNoNew ISO 8601 end datetime.
uidYesThe iCal uid of the event to update (uid field from list_events, search_events, or get_event).
urlNoNew URL. Pass empty string to clear.
startNoNew ISO 8601 start datetime.
summaryNoNew event title.
locationNoNew location string. Pass empty string to clear.
descriptionNoNew event notes/body. Pass empty string to clear.
Behavior3/5

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

Annotations already indicate non-readonly and non-destructive nature. Description adds context about AppleScript and syncing, but misses error behavior (e.g., uid not found) and permissions.

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, no wasted words. Purpose and key behavioral note are front-loaded, making it easy to scan.

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?

Given 7 parameters and no output schema, the description explains partial update and sync but omits return value, error handling, and prerequisites (e.g., event existence). Satisfactory but not comprehensive.

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 coverage is 100% with parameter descriptions. The description adds the key insight of partial updates ('Only provided fields are changed'), but does not further elaborate on parameter semantics beyond schema.

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 verb 'update', the resource 'Calendar.app event', and the unique identifier 'uid'. It distinguishes itself from sibling tools by specifying it modifies existing events.

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?

The description mentions partial updates ('Only provided fields are changed') but does not provide explicit guidance on when to use this tool versus siblings like create_event or delete_event, nor any prerequisites.

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/p-l-ta/calendar-mcp'

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