Skip to main content
Glama

Update calendar event

calendar_update_event

Update an existing calendar event by providing its object URL and new details such as summary, start, end, location, attendees, and description.

Instructions

Replace an existing calendar event by its object URL.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
endYes
uidNo
etagNo
startYes
allDayNo
serverNoServer/account id to target. Defaults to the configured default server.
summaryYes
locationNo
attendeesNo
objectUrlYesCalendar object URL (from calendar_list_events).
descriptionNo
Behavior2/5

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

Beyond annotations (readOnlyHint=false, destructiveHint=false), the description only adds 'Replace' to indicate mutation. It does not disclose whether changes are reversible, require specific permissions, or affect other attendees. The term 'replace' suggests full overwrite, but this is not explicitly stated.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single, front-loaded sentence that efficiently conveys the core purpose. However, it omits important details that could be added without significant length increase, such as usage context or parameter hints.

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, no output schema, and no explanation of update semantics (full replacement vs partial), the description is insufficient. Key details like date-time formats, required fields, and return value are missing, leaving large gaps for the agent.

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 only 18% schema description coverage, the description adds minimal parameter insight. Only objectUrl is mentioned ('from calendar_list_events'). No explanation for required fields like start, end, summary, or their formats. The description does not compensate for the low schema coverage.

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 the action 'Replace an existing calendar event by its object URL.' The verb 'replace' distinguishes it from siblings like calendar_create_event (create) and calendar_delete_event (delete). The method 'by its object URL' specifies a unique input requirement.

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?

The description implies usage for updating existing events when you have the object URL, but it does not explicitly state when to use this tool vs alternatives like calendar_create_event or calendar_tentative_event. No guidance on prerequisites or exclusions is provided.

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/Rheopyrin/ox-mcp'

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