Skip to main content
Glama
MrGo2

iCloud MCP Server Apple

Create Event

create-event

Create calendar events by specifying title, start/end times, and optional location or description. Choose a specific calendar or use the default Apple calendar.

Instructions

Creates a new calendar event

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
endYesEnd date/time in ISO 8601 format
startYesStart date/time in ISO 8601 format (e.g., 2026-01-15T10:00:00)
summaryYesEvent title/summary
locationNoEvent location (optional)
calendarUrlNoCloud mode: URL of the calendar to add the event to (optional, uses the first calendar)
descriptionNoEvent description (optional)
calendarNameNoLocal mode: name of the calendar to add the event to (optional, uses the default)
Behavior2/5

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

The description simply restates the action without disclosing behavioral traits beyond the annotations. Annotations already indicate readOnlyHint false and non-idempotent, but the description does not add context such as duplicate event creation on repeated calls or calendar-specific behavior. No contradiction with annotations.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single, clear sentence with no superfluous words. It is efficiently structured and front-loaded, though it omits additional helpful 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?

With 7 parameters, 3 required, and no output schema, the one-sentence description is insufficient. It does not explain what the function returns, how calendars are selected (e.g., calendarUrl vs calendarName), or any side effects. The schema covers parameters but the overall context for using the tool is minimal.

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?

The input schema has 100% parameter description coverage, so the schema fully documents each parameter. The description adds no additional parameter semantics beyond what the schema provides, so a baseline score of 3 is appropriate.

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 tool's function—creating a new calendar event—using a specific verb and resource. This distinguishes it from sibling tools like update-event, delete-event, and list-events.

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?

The description provides no guidance on when to use this tool versus alternatives, nor does it mention prerequisites such as calendar selection or authentication. It is implied by the name, but no explicit context or exclusions are given.

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