Skip to main content
Glama
vocweb

synology-office-mcp

by vocweb

calendar_create_event

Create a new event in a Synology Calendar with title, time, attendees, and recurrence rules. Requires confirmation to proceed.

Instructions

Create a new Synology Calendar event. Requires confirm=true. ISO 8601 without timezone offset is interpreted as NAS local time.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
calendar_idYesTarget calendar ID
titleYes
startYesEvent start in ISO 8601: 'YYYY-MM-DDTHH:mm:ss' or 'YYYY-MM-DD' for all-day. ISO without offset is interpreted as NAS local time.
endYesEvent end in ISO 8601. ISO without offset is interpreted as NAS local time.
all_dayNo
descriptionNo
locationNo
attendeesNo
recurrenceNoRFC 5545 RRULE string, e.g. 'RRULE:FREQ=WEEKLY;BYDAY=MO,WE,FR'. Passed through as-is.
reminder_minutesNoReminder in minutes before event start
confirmNoMust be true to create the event
Behavior2/5

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

No annotations provided, so the description must fully disclose behavior. It only covers the confirm requirement and timezone handling. Missing details on whether creation is idempotent, what happens on conflict, or any side effects, leaving significant behavioral ambiguity.

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?

Two concise sentences cover the essential points: purpose, a critical constraint (confirm=true), and a key interpretation rule (timezone). No redundant words; front-loaded with purpose.

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 11 parameters, 4 required, no output schema, and no annotations, the description is insufficient. It ignores recurrence behavior, attendee structure, and response expectations, leaving the agent underinformed for correct invocation.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

With 55% schema coverage, the description should compensate for missing parameter documentation. It adds only the confirm requirement (already in schema) and timezone note (also in schema for start/end). Other parameters like attendees, recurrence, and reminder are not elaborated beyond their schema descriptions.

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 explicitly states the action ('Create') and the resource ('a new Synology Calendar event'), making the purpose immediately clear. It distinguishes from update/delete siblings by focusing exclusively on creation.

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?

Description notes the requirement for 'confirm=true' and explains timezone interpretation for ISO dates. However, it does not provide guidance on when to use this tool versus alternatives like calendar_update_event, nor does it mention prerequisites or common usage patterns.

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/vocweb/synology-mcp-server'

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