Skip to main content
Glama

move_occurrence

Reschedule a single occurrence in a recurring event series without changing other instances. Provide the event UID, the occurrence's current start, and the new start time.

Instructions

Reschedule a single occurrence of a series (RECURRENCE-ID override).

`occurrence` is the instance's current start exactly as returned by
`list_events`, including the UTC offset (e.g. `2026-06-18T09:00:00+12:00`).
Bare local times may not match. `new_start`/`new_end` are where it moves to.
Omit `new_end` to keep the occurrence's existing duration. The rest of the
series is unchanged. The response includes `series_remaining` (occurrences
left in the series) and `overrides` (RECURRENCE-ID overrides on the series)
so the rest-of-series-unchanged claim is observable.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
uidYes
new_endNo
calendarNo
new_startYesISO 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.
occurrenceYes
Behavior5/5

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

With no annotations, the description fully discloses the key behavioral traits: the exact format required for occurrence, the effect of omitting new_end (duration preserved), and that the rest of the series is unchanged. It even mentions the response fields (series_remaining, overrides) to make the claim observable, providing significant transparency beyond the bare schema.

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 four sentences, each adding value: purpose, critical format warning, the move semantics, and response observability. It is front-loaded with the primary verb and resource, and there is no redundant or filler content.

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?

The tool is complex (recurring series, timezone handling) and has no output schema or annotations, yet the description covers the essential context: how to reference the instance, how to specify the move, duration behavior, series impact, and what the response will reveal. This is enough to guide an agent toward correct invocation and interpretation of results.

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

Parameters5/5

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

Schema description coverage is only 20% (only new_start has a description), so the tool description compensates strongly. It explains the precise format for occurrence (including UTC offset and why bare local times may fail), the role of new_start/new_end, and the optional nature of new_end. This adds substantial meaning beyond the schema's field names and types.

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 opens with a precise verb+resource combination ('Reschedule a single occurrence of a series') and clarifies it as a RECURRENCE-ID override. This clearly distinguishes it from sibling tools like exclude_occurrence and update_event, making the unique purpose obvious.

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 contextual usage by explaining how to identify the occurrence (must match list_events output) and the meaning of new_start/new_end. However, it does not explicitly mention alternatives or when not to use this tool, so it stops short of full 'when/when-not' 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/limey/cal-scheduler-mcp'

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