Skip to main content
Glama

update_calendar_event

Update existing calendar events with partial updates—only pass the fields to change, like title, time, location, reminders, or recurrence.

Instructions

[Official API + UAT, v1.3.7] Patch fields on an existing calendar event. Pass only the fields you want to change. Requires calendar:calendar.event:update scope.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
summaryNoNew title (optional)
end_timeNoA time object: {timestamp:"<unix-seconds>", timezone?:"Asia/Shanghai"} OR {date:"YYYY-MM-DD"} for all-day events.
event_idYesEvent ID
locationNoNew location object (optional)
remindersNo
recurrenceNoRRULE string
start_timeNoA time object: {timestamp:"<unix-seconds>", timezone?:"Asia/Shanghai"} OR {date:"YYYY-MM-DD"} for all-day events.
visibilityNo
calendar_idYesCalendar ID
descriptionNoNew description (optional)
attendee_abilityNo
free_busy_statusNo
need_notificationNoWhether to notify attendees of the update
Behavior4/5

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

With no annotations, the description carries the behavioral burden. It adds value by disclosing the required OAuth scope and the PATCH-like behavior (only provided fields are modified). It does not mention return value, error cases, or side effects like attendee notifications, but the included details go beyond a bare statement of intent.

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 three short sentences, front-loaded with the core action. Every sentence is meaningful; the version prefix 'Official API + UAT' is minor noise but does not hurt clarity.

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?

For a 13-parameter update tool with no output schema and no annotations, the description leaves the return value and side effects unspecified. Important operational context such as what happens if the event does not exist, whether attendees are notified, and how recurrence interacts with time changes is absent. The partial-update guidance helps, but this is a minimum viable level of completeness for a complex mutation.

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 69%, providing descriptions for most fields. The description adds a crucial semantic: only supplied fields are changed, which directly informs how to use the sparse optional parameters. However, some nested structures (reminders, location) remain under-documented in both schema and description.

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 begins with 'Patch fields on an existing calendar event,' using a specific verb and resource. It clearly distinguishes from sibling tools like create_calendar_event, delete_calendar_event, and get_calendar_event, and the phrase 'Pass only the fields you want to change' confirms partial-update semantics.

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?

The description tells when to use the tool ('on an existing calendar event') and provides how-to guidance ('pass only fields you want to change'). However, it does not explicitly name alternatives or exclusions, such as not using this for new events or pointing to create_calendar_event instead.

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/EthanQC/feishu-user-plugin'

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