Skip to main content
Glama
Movm

kalender.digital MCP Server

by Movm

Create calendar event

create_event

Create events in kalender.digital subcalendars by specifying title, start/end times, subcalendar IDs or names, and optional location or description.

Instructions

Create an event in one or more kalender.digital subcalendars. API documentation: https://kalender.digital/c/documentation/api?lang=de

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
whoNoPeople or organizer associated with the event
linksNoLinks associated with the event
titleYesEvent title
whereNoEvent location
endDateYesLocal date and time formatted as YYYY-MM-DD HH:mm:ss
timeZoneNoIANA time zone nameEurope/Berlin
wholeDayNoWhether this is an all-day event
startDateYesLocal date and time formatted as YYYY-MM-DD HH:mm:ss
descriptionNoEvent description
subCalendarsYesSubcalendar IDs or names
Behavior4/5

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

Annotations already indicate a write operation (readOnlyHint=false) and non-idempotence. The description adds useful context that events can be created in multiple subcalendars, which is beyond the annotations. It does not contradict annotations, though it doesn't elaborate on return values or side effects.

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 a single sentence that front-loads the primary purpose and includes a helpful API documentation link. It is compact with no filler or redundant information.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given 10 parameters and no output schema, the description is minimal. It offers a link to API documentation, which may compensate, but the description itself lacks details on return behavior or operational nuances. For a create tool, this leaves some gaps.

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?

With 100% schema coverage, the baseline is 3. The description does not add explicit detail on any specific parameter, though it implicitly highlights subCalendars by mentioning 'one or more subcalendars'. No extra semantic meaning is provided beyond the schema.

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 uses the specific verb 'Create' and identifies the resource as an event, while additionally noting it can target 'one or more kalender.digital subcalendars'. This clearly distinguishes it from sibling tools like update_event and 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 Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description implies use for creating events but gives no explicit comparison to alternatives such as update_event or delete_event, nor does it state when not to use this tool. The API link provides external reference but no direct usage guidance.

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/Movm/kalender-digital-mcp'

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