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

create_event

Create a new event in Calendar.app, automatically syncing to all connected accounts with details like title, time, and calendar.

Instructions

Create a new event in Calendar.app. Goes through AppleScript so Calendar.app syncs the new event to all connected accounts. Returns the uid of the created event.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
endYesISO 8601 end datetime, e.g. '2026-05-10T10:00:00'.
urlNoURL to attach to the event.
startYesISO 8601 start datetime, e.g. '2026-05-10T09:00:00'.
all_dayNoTrue for an all-day event. When true, start/end times are ignored — only the dates are used.
summaryYesEvent title.
calendarYesName of the target calendar (e.g. 'Calendar', 'Work'). Must match an existing calendar name exactly.
locationNoLocation string.
descriptionNoEvent notes/body.
Behavior4/5

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

Annotations already indicate readOnlyHint=false and destructiveHint=false. Description adds that it uses AppleScript to sync to all accounts and returns the uid of the created event, which provides useful behavioral context.

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 two concise sentences, front-loaded with the primary action, and every sentence provides unique value. No wasted text.

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?

For an 8-parameter creation tool with no output schema, the description covers the main behavior and return value. It could mention potential errors or required permissions, but overall it is sufficiently complete.

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% with all parameters described. The description does not add extra meaning beyond the schema, except for noting the return uid, which is not a parameter. Baseline 3 is appropriate.

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 states 'Create a new event in Calendar.app' with a specific verb and resource. It also mentions AppleScript syncing, but does not explicitly differentiate from update_event or delete_event, though sibling list helps.

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?

No explicit when-to-use or when-not-to-use guidance is provided. The description implies usage for creating events, but does not mention prerequisites or alternatives like update_event.

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