Skip to main content
Glama

create_event

Create a single or recurring calendar event with start time, optional end, recurrence rule, calendar, location, and description, with accurate timezone handling.

Instructions

Create an event (single, or recurring if rrule is given).

`start`/`end` are ISO 8601 (see parameter docs for zone + default-duration
details — read those before writing). `rrule` is a raw RRULE body,
e.g. "FREQ=WEEKLY;COUNT=12". `calendar` is required in practice — there
is no default calendar. Pick deliberately; events are not validated
against calendar type.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
endNoISO 8601 datetime. Omit for the default duration: 1 hour after `start` for timed events, 1 day after `start` for all-day. Must be after `start`.
rruleNo
startYesISO 8601 datetime. A bare local time is interpreted as wall time in the configured zone (`Pacific/Auckland`); an offset-qualified time is honoured and stored in that zone. Use `resolve_datetime` to confirm before writing. With no `end`, the event defaults to 1 hour after this `start` (1 day for all-day).
summaryYes
calendarNo
locationNo
descriptionNo
Behavior4/5

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

With no annotations, the description discloses important behavioral facts: recurrence via rrule, calendar requirement with no default, and lack of validation against calendar type. This goes beyond a bare statement, though it could mention permissions or return values. There is no contradiction with annotations (none provided).

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?

Three concise sentences that front-load the purpose, then address the non-obvious parameters. No wasted words, and the structure is easy to scan.

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 no annotations or output schema, the description covers the main behavioral pitfalls (recurrence, calendar requirement, validation, timezone/default-duration reference). It could be more explicit about when to use vs siblings, but it is a functional summary for a creation tool with seven parameters.

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 only 29% (start and end have descriptions). The description compensates by explaining rrule format with an example and clarifying that calendar is required in practice and not validated, which are key semantics. Other obvious fields (summary, location, description) need no elaboration, and it points to parameter docs for start/end details.

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 the tool creates an event, explicitly distinguishes single vs recurring via rrule, and the verb+resource definition differentiates it from sibling tools like update_event or delete_event.

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 practical context: rrule for recurring events, calendar required in practice with no default, and events not validated against calendar type. It also advises reading parameter docs before writing. However, it does not explicitly name alternative tools or when-not-to-use scenarios, though the guidance is clear enough.

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/limey/cal-scheduler-mcp'

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