Skip to main content
Glama
jakobjhartmann

apple-calendar-jxa-mcp

calendar_events

Read, create, update, and delete Apple Calendar events with support for recurring events, alarms, and flexible date formats.

Instructions

Manages Apple Calendar events: read, create, update, delete. Recommended format: 'YYYY-MM-DD HH:mm:ss' (local time, e.g. '2026-07-14 09:00:00'). 'YYYY-MM-DD' also works. Reading defaults to today + 14 days. Attendee participation (accept/decline invitations) cannot be changed — this is an Apple platform limitation; attendee statuses are readable.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idNoEvent identifier (required for update/delete; optional for read to fetch a single event).
urlNoURL to attach to the event.
noteNoEvent notes.
spanNoScope for changes to recurring events. Default: this-event.
titleNoEvent title (required for create).
actionYesThe operation to perform.
alarmsNoAlarms for the event. relativeOffset in seconds, negative = before start (e.g. -1800 = 30 min before).
searchNoRead: filter events by text in title, notes, location or calendar name.
endDateNoEnd date/time. For read: defaults to startDate + 14 days. For create: defaults to startDate + 1 hour. For all-day events, endDate is the LAST day of the event (inclusive).
isAllDayNoAll-day event flag.
locationNoEvent location.
startDateNoStart date/time. Recommended format: 'YYYY-MM-DD HH:mm:ss' (local time, e.g. '2026-07-14 09:00:00'). 'YYYY-MM-DD' also works.
clearAlarmsNoUpdate: remove all existing alarms (before optionally adding new ones).
availabilityNoHow the event blocks time (free/busy). Events marked 'free' are ignored by calendar_free_slots by default.
filterCalendarNoRead: only include events from this calendar (name or id).
targetCalendarNoCreate/update: calendar (name or id) to place the event in. Must be writable. Default: the system default calendar.
clearRecurrenceNoUpdate: remove all recurrence rules.
occurrenceStartNoFor recurring events: start time of the specific occurrence to target on update/delete. Recommended format: 'YYYY-MM-DD HH:mm:ss' (local time, e.g. '2026-07-14 09:00:00'). 'YYYY-MM-DD' also works.
recurrenceRulesNoRecurrence rules for repeating events.
Behavior3/5

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

With no annotations, the description carries the full behavioral burden. It discloses the supported actions, date format recommendations, read defaults, and the attendee limitation. However, it lacks information on error handling, permission requirements, or behavior for write operations beyond stating defaults. This is adequate but leaves gaps for a 19-parameter tool.

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 four sentences, each adding value: purpose, format recommendation, reading default, and a critical limitation. It is front-loaded with the main action and avoids redundancy. No fluff or unnecessary details.

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

Completeness2/5

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

Despite the tool's complexity (19 parameters, multiple actions, recurring events, alarms), the description is brief and does not cover key aspects like how to handle recurring events (span, occurrenceStart), error scenarios, or permission needs. The attendee limitation is the only non-obvious detail. For a tool of this complexity, the description is incomplete.

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 description coverage is 100%, so the description's baseline is 3. It adds value by recommending date format, explaining read defaults, and clarifying endDate behavior for all-day events. However, for most parameters (e.g., span, recurrenceRules, alarms), the description provides no additional semantics beyond the schema descriptions.

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 begins with 'Manages Apple Calendar events: read, create, update, delete,' explicitly stating the verb (manages) and resource (events) with all supported actions. It distinguishes from sibling tools calendar_calendars and calendar_free_slots, which manage calendars and find free slots respectively, by focusing on event operations.

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 provides practical usage guidance, including recommended date format ('YYYY-MM-DD HH:mm:ss') and default reading window ('today + 14 days'). It also notes a key limitation ('Attendee participation cannot be changed') that prevents misuse. However, it does not explicitly compare with sibling tools or state when not to use this tool.

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/jakobjhartmann/apple-calendar-jxa-mcp'

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