Skip to main content
Glama

update_event

Update existing calendar events or series while preserving UID and occurrence overrides; only provided fields change, and moving start re-times the whole series.

Instructions

Edit a whole event/series. Only the fields you pass change.

Preserves the UID and any single-occurrence exclusions/overrides. If you move
`start` without giving `end`, the duration is kept. Moving `start` re-anchors
the whole series — occurrences before the new start stop being generated (this
retimes an entire series; it does not split one at a date).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
endNo
uidYes
rruleNo
startNoISO 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. If `end` is omitted, the existing duration is kept.
summaryNo
calendarNo
locationNo
descriptionNo
Behavior5/5

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

With no annotations provided, the description carries full burden and does an excellent job. It discloses preservation of UID and single-occurrence exclusions/overrides, duration-keeping behavior when moving start without end, series re-anchoring, and the non-splitting nature. This is detailed and actionable behavioral context.

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 compact and information-dense, with line breaks that improve readability. Every sentence adds essential behavior or constraints—no filler. It earns its space given the complexity of series updates.

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

Completeness5/5

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

Given the tool's complexity (8 parameters, series re-anchoring) and the absence of annotations and output schema, the description is remarkably complete. It covers key edge cases (duration preservation, exclusions, re-anchoring) and leaves no major ambiguity for selecting and invoking the tool.

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 description coverage is only 13%, so the description must compensate. It explains the interplay between start and end, and the general 'Only the fields you pass change' rule gives semantic meaning to all optional parameters. However, it does not individually describe rrule, summary, location, etc., beyond the general update rule.

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 the specific verb 'Edit' and resource 'event/series', clearly distinguishing it from sibling tools that handle single occurrences. It also explicitly states it does not split a series at a date, which further differentiates it from occurrence-level operations.

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 provides clear context for when to use the tool (editing a whole event/series) and contrasts it with splitting behavior, but it does not explicitly name alternative tools like move_occurrence or exclude_occurrence. This is clear context without explicit exclusions.

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