Skip to main content
Glama
Data-Wise

himalaya-mcp

by Data-Wise

create_calendar_event

Create calendar events in Apple Calendar. Use confirm parameter to finalize; without it, see a preview.

Instructions

Create an event in Apple Calendar. SAFETY: requires confirm=true to actually create. Without confirm, returns a preview. macOS only.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
summaryYesEvent title/summary
dtstartYesStart date/time (ISO format, e.g. '2026-02-16T09:00:00')
dtendYesEnd date/time (ISO format)
locationNoEvent location
descriptionNoEvent description/notes
confirmNoSet to true to actually create. Without this, only shows a preview.
Behavior4/5

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

No annotations provided, so description carries full burden. Discloses that tool returns preview without confirm=true and only works on macOS. Missing details on error handling or permission requirements, but core behavioral traits are covered.

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?

Two sentences, no redundant words. First sentence states core function, second sentence adds critical safety and platform info. Efficient and well-structured.

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?

Given 6 parameters and no output schema, description covers the most important behavioral aspect (confirm guard) and platform constraint. Could include return value hint, but adequate for a straightforward create tool.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 100%, baseline 3. Description adds value by explaining the confirm parameter's dual mode (preview vs creation) and platform constraint, which are not fully captured in schema descriptions.

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?

Clearly states it creates an event in Apple Calendar. Specific verb and resource. Could explicitly distinguish from extract_calendar_event, but purpose is clear.

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?

Provides safety guideline requiring confirm=true and preview behavior. Also notes macOS-only. Does not explicitly exclude alternatives, but sibling tools are mostly email-related, so context is sufficient.

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/Data-Wise/himalaya-mcp'

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