Skip to main content
Glama

calendar_update_event

Update specific fields of an existing calendar event without affecting others. Modify title, time, description, or location as needed.

Instructions

Update an existing calendar event. Only provided fields are changed.

Args: calendar_id: Target calendar name or URL path event_uid: UID of the event to update summary: New event title (omit to keep unchanged) start: New ISO 8601 start time (omit to keep unchanged) end: New ISO 8601 end time (omit to keep unchanged) description: New description (omit to keep unchanged) location: New location (omit to keep unchanged)

Use calendar_get_event first to see current values.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
endNo
startNo
summaryNo
locationNo
event_uidYes
calendar_idYes
descriptionNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

Discloses key behavior: 'Only provided fields are changed' (partial update). Lists all parameters with their effects. Missing error conditions and return details, but no annotations to contradict. Good overall transparency.

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?

Structured with concise sentences and an Args list. No wasted words; front-loaded with purpose. Efficient and easy to parse.

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?

Covers usage hint, partial update behavior, and all parameters with formats. Lacks error handling info and return value description, but output schema likely addresses return values. Very complete given complexity.

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 has 0% description coverage; description fully compensates by explaining all 7 parameters with clear semantics (e.g., 'New event title (omit to keep unchanged)'). Adds significant value beyond schema 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?

Clearly states 'Update an existing calendar event' with specific verb and resource. Distinguishes from siblings like calendar_create_event and calendar_delete_event.

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?

Explicitly advises to use calendar_get_event first to see current values, providing clear context for usage. Does not explicitly exclude alternatives but implies proper workflow.

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/johnwujiang2008/caldav-mcp-server'

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