Skip to main content
Glama
orieg

orieg/gws-connector

gws.cal.update_event

Update an existing calendar event by specifying only the fields to change. Modify the title, time, location, or description while leaving all other event details untouched.

Instructions

Update (reschedule/edit) an existing calendar event using patch semantics: only the fields you provide change, all others are left untouched. start and end are RFC3339 timestamps (include the timezone offset). Defaults to the primary calendar unless calendarId is given. Returns the updated event's title, times, ID, and link. Preview the changes with the user before calling.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
endNoNew end time (RFC3339)
startNoNew start time (RFC3339)
accountNoAccount label or email. Uses default if omitted.
eventIdYesEvent ID to update
summaryNoNew event title
locationNoNew event location
calendarIdNoCalendar ID (default: primary)
descriptionNoNew event description
Behavior4/5

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

Annotations already indicate a non-read-only, non-idempotent, non-destructive mutation. The description adds valuable behavior beyond annotations: patch semantics (only provided fields change), default calendar unless calendarId given, and the return of updated event details. This enriches the agent's understanding of the tool's effect.

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 front-loaded with the primary purpose. Each sentence adds distinct value: patch semantics, time format, calendar default, return info, and a user-preview reminder. 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.

Completeness4/5

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

With 8 parameters and no output schema, the description compensates by mentioning return values (title, times, ID, link) and default behavior. It also clarifies patch semantics and timezone requirements. It lacks explicit error handling or permission notes, but given the richness of schema and annotations, it is sufficiently complete for an agent to use the tool effectively.

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 100%, so a baseline of 3 applies. The description adds meaning beyond the schema by clarifying patch semantics (only provided fields change) and specifying that start/end must include the timezone offset in RFC3339 format, which is not fully stated in the 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 clearly states "Update (reschedule/edit) an existing calendar event" with specific verb and resource. It explains patch semantics, which distinguishes it from create_event and delete_event siblings, making its purpose unambiguous.

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 implies usage for modifying existing events and gives context like default calendar behavior and the instruction to "Preview the changes with the user before calling." It does not explicitly state when not to use it (e.g., for creation), but the purpose is clear enough to differentiate from siblings.

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/orieg/gws-connector'

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