Skip to main content
Glama
InstaCode

icloud-calendar-mcp-server

by InstaCode

Create iCloud Event

icloud_create_event

Create new events on iCloud calendars by specifying title, start and end times, and optional details like description and location.

Instructions

Create a new event on the specified calendar.

Args:

  • calendar: Display name or full CalDAV URL

  • summary: Event title (required)

  • start, end: ISO 8601 datetimes

  • description, location: optional

  • allDay: boolean (default false)

Returns the created event's uid and CalDAV URL.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
endYesEnd time as ISO 8601 datetime
startYesStart time as ISO 8601 datetime
allDayNoWhether this is an all-day event
summaryYesEvent title
calendarYesCalendar display name or full CalDAV URL
locationNoEvent location
descriptionNoEvent description / notes
Behavior2/5

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

Annotations already indicate a mutation (readOnlyHint=false) and non-idempotency. Description does not add behavioral details such as side effects, synchronicity, or error conditions, leaving gaps.

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?

Compact and front-loaded with the main action. Parameter list is efficiently formatted without redundant text. Every sentence serves a purpose.

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?

Describes return value (uid and CalDAV URL) despite no output schema, which is helpful. Missing context on prerequisites (e.g., calendar must exist) and error handling, but adequate for a simple creation tool.

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?

100% schema coverage means the schema already describes parameters. Description adds minimal extra value (e.g., noting default for allDay) but also incompletely indicates required fields (only 'summary' said required, schema lists 4 required).

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?

Clearly states 'Create a new event on the specified calendar' with a specific verb and resource. Distinguishes from sibling tools (delete, list, update) by focusing on creation.

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?

Provides parameter details but does not explicitly guide when to use this tool versus alternatives like icloud_update_event. Usage context is implied but not clearly stated.

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

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