Skip to main content
Glama

apple_calendar

Manage Apple Calendar events: list calendars, view today/tomorrow/weekly events, create, delete, and modify events, with confirmation for destructive actions.

Instructions

Control Apple Calendar. Actions: list, today, tomorrow, create_event, delete_event, week, date_events, modify_event.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
dateNoDate in YYYY-MM-DD format
hourNoStart hour (0-23, default: 9)
titleNoEvent title
actionYeslist: List all calendar names; today: List today's events across all calendars; tomorrow: List tomorrow's events across all calendars; create_event: Create a new calendar event for today; delete_event: Delete an event by title; week: List events for the next 7 days across all calendars; date_events: List events for a specific date; modify_event: Modify an event's start time
confirmNoSet to true to confirm a protected/destructive action. Without this, protected actions return a preview instead of executing.
cal_nameNoCalendar name (default: Calendar)
durationNoDuration in hours (default: 1)
Behavior2/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It only lists action names and gives no hint that some actions (create_event, delete_event, modify_event) are mutating or that protected actions require confirmation, despite the schema's confirm parameter indicating this. The description fails to convey side effects or safety behavior.

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 a single sentence that front-loads the purpose ('Control Apple Calendar') and concisely enumerates the actions. Every phrase earns its place; there is no redundant filler or unnecessary detail.

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?

This tool has 7 parameters, no output schema, and no annotations, yet the description provides no information about return values, error handling, or how the actions work together. The sparse description is inadequate for a multi-action tool of this complexity.

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 baseline is 3. The description's action list is redundant with the schema's detailed action enum descriptions and does not add extra meaning to parameters like date, hour, or cal_name. It neither helps nor hinders parameter understanding beyond the schema.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly identifies 'Apple Calendar' as the resource and lists the eight supported actions, making it easy to distinguish from sibling tools for other Apple apps. However, it stops at naming actions without elaborating on the exact operations, so it is clear but not deeply specific.

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

Usage Guidelines2/5

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

There is no guidance on when to use this tool versus alternatives like apple_reminders or apple_notes. The description does not mention any exclusions, prerequisites, or preferred use cases. The schema's action descriptions provide per-action context, but the tool-level description lacks usage direction.

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/lacausecrypto/apple-mcp-server'

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