Skip to main content
Glama
jnss95

iCal MCP Server

by jnss95

create_event

Create a new calendar event with start time, summary, and optional details such as end time, location, attendees, and recurrence. Add events directly to your iCal calendar.

Instructions

Create a new event in the calendar.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
endNoEnd date/time (ISO 8601 format). If not provided, defaults to start + 1 hour
urlNoEvent URL
rruleNoRecurrence rule (e.g., "FREQ=WEEKLY;COUNT=10")
startYesStart date/time (ISO 8601 format, e.g., "2024-01-15T10:00:00")
allDayNoWhether this is an all-day event
statusNoEvent status
summaryYesEvent title/summary
locationNoEvent location
attendeesNoList of attendee emails
organizerNoOrganizer email
calendarIdYesThe calendar identifier
categoriesNoEvent categories
descriptionNoEvent description
Behavior2/5

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

With no annotations, the description must disclose behavioral traits, but it only states the action. It does not mention permission requirements, side effects, defaults, or what happens on success/failure. This is comparable to a minimal 'Update' description that also scored 2.

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, front-loaded sentence with no filler words. However, it is under-specified given the tool's complexity, so it loses a point for not earning its place with more substance.

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 is a 13-parameter create tool with no output schema and no annotations. The description provides almost no context about required inputs, defaults, or expected outcomes, leaving the agent to rely solely on the schema. For a mutation tool with this complexity, this is a significant gap.

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 schema covers 100% of parameters with descriptions, so the description does not need to add parameter details. It adds no additional meaning beyond the schema, but the baseline of 3 applies due to high schema coverage.

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 states a specific verb and resource: 'Create a new event in the calendar.' This clearly distinguishes it from sibling tools like update_event, delete_event, and list_events. The resource (event) and scope (calendar) are both named.

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?

No guidance is provided on when to use this tool versus alternatives. It does not mention that this is for creating new events, as opposed to updating or deleting, and gives no prerequisites or context about when creation is appropriate.

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/jnss95/ical-mcp'

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