Skip to main content
Glama

create_event

Creates a new calendar event by specifying title, start and end times, and optional details like description, location, and calendar. Returns the event ID for future updates.

Instructions

Create a new calendar event.

Confirm the calendar, date, time, and details with the user before calling. Returns the created event with its ID and ETag for future updates.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
titleYesEvent title
startYesStart datetime, ISO 8601 with timezone (e.g. 2026-06-10T14:00:00-04:00)
endYesEnd datetime, ISO 8601 with timezone (e.g. 2026-06-10T15:00:00-04:00)
calendarNoCalendar name or ID. Omit to use the default.
descriptionNoEvent description or notes
locationNoEvent location
all_dayNoWhether this is an all-day event. If true, start/end should be dates (e.g. 2026-06-10).

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

No annotations are provided, so the description carries the full burden. It discloses that the tool returns the created event with ID and ETag, but does not reveal potential side effects, permission requirements, or error conditions. The description is adequate but not comprehensive.

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 concise with three sentences: first sentence declares purpose, second warns about user confirmation, third describes return value. It is front-loaded and every sentence adds value.

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 7 parameters, high schema coverage, and the presence of an output schema, the description is fairly complete. It covers creation, user confirmation, and return details. However, it could be improved by mentioning default calendar behavior or error handling. Still, it meets expectations for a 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?

Schema description coverage is 100%, meaning the input schema already documents all parameters well. The description adds no additional meaning beyond the schema, such as clarifying complex parameter interactions or providing usage examples, so baseline 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 'Create a new calendar event', which is a specific verb and resource. It is distinct from sibling tools like delete_event, update_event, or get_events, leaving no ambiguity about the tool's function.

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?

The description includes a usage tip to confirm calendar, date, time, and details with the user before calling, but it does not explicitly differentiate from sibling tools or provide when-not-to-use guidance. No alternatives are mentioned.

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

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