Skip to main content
Glama
murphy360
by murphy360

calendar_update_event

Modify existing Google Calendar events by updating fields like title, time, description, or location. Provide only the fields you want to change.

Instructions

Update an existing calendar event.

Modifies one or more fields of an existing event. Only provide the fields you want to change; unspecified fields remain unchanged.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
event_idYesThe unique event ID to update. Obtain this from calendar_list_events or calendar_search.
summaryNoNew event title/summary.
start_timeNoNew start time in ISO 8601 format.
end_timeNoNew end time in ISO 8601 format.
descriptionNoNew event description.
locationNoNew event location.
calendar_idNoThe calendar ID where the event exists. Use 'primary' for the main calendar.
Behavior2/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It mentions that unspecified fields remain unchanged, which is useful context. However, it lacks critical details such as required permissions, whether the operation is idempotent, error handling for invalid inputs, or what the response looks like. For a mutation tool with zero annotation coverage, this is a significant gap.

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 extremely concise and well-structured with two sentences that directly convey the tool's function and usage. Every sentence earns its place by providing essential information without redundancy. It is front-loaded with the core purpose.

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 the complexity of a mutation tool with no annotations and no output schema, the description is incomplete. It lacks information on behavioral traits like authentication needs, error conditions, and return values. While the schema covers parameters well, the overall context for safe and effective use is insufficient.

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

Parameters3/5

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

Schema description coverage is 100%, so the schema already documents all 7 parameters thoroughly. The description adds minimal value beyond the schema by implying partial updates ('Only provide the fields you want to change'), but doesn't provide additional syntax or format details. Baseline 3 is appropriate when the schema does the heavy lifting.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the verb ('Update') and resource ('existing calendar event'), making the purpose immediately understandable. It distinguishes from siblings like calendar_create_event (create) and calendar_delete_event (delete), though it doesn't explicitly contrast with calendar_get_event (read). The description is specific but could be slightly more distinctive.

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 by stating it modifies fields of an existing event, suggesting it should be used when changes are needed. However, it doesn't provide explicit guidance on when to use this tool versus alternatives like calendar_create_event for new events or calendar_delete_event for removal. No prerequisites or exclusions are mentioned.

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/murphy360/mcp_google_calendar'

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