Skip to main content
Glama

create_recurring_event

Set up recurring events in any CalDAV calendar by specifying start time, duration, and recurrence rule.

Instructions

Create a recurring event with validation.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
startYesEvent start time (ISO format)
accountNoAccount alias
summaryYesEvent title/summary
locationNoEvent location
descriptionNoEvent description
calendar_uidYesCalendar UID
alarm_minutesNoReminder minutes before event
attendees_jsonNoJSON string of attendees list
recurrence_ruleYesRRULE for recurring events
duration_minutesYesEvent duration in minutes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior2/5

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

With no annotations, the description must disclose behavioral traits. 'Create' implies mutation, but nothing is said about side effects, required permissions, validation specifics, or idempotency. The description is too minimal to inform safe usage.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness2/5

Is the description appropriately sized, front-loaded, and free of redundancy?

While the single-sentence description is concise, it is under-specified for a tool with 10 parameters and many siblings. It lacks critical details and earns its place poorly.

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?

Given the complexity (10 parameters, 5 required, output schema present but not described), the description omits details about return values and does not differentiate from sibling tools. It is incomplete for tool selection.

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 input schema has 100% coverage with clear descriptions for each parameter (e.g., 'Event start time (ISO format)', 'RRULE for recurring events'). The description adds no extra meaning, so it meets the baseline but does not enhance understanding.

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 the tool creates a recurring event, which aligns with the name. The addition of 'with validation' hints at some checks, but it does not distinguish from sibling tools like 'create_event' that likely creates a single event.

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 such as 'create_event' for single events or 'bulk_create_events' for multiple events. The agent receives no context for decision-making.

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/democratize-technology/chronos-mcp'

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