Skip to main content
Glama

update_events

Update existing Notion Calendar events by changing their time, title, or details. Submit mutations to patch event data and notify attendees if needed.

Instructions

Update one or more existing events. Call when changing time/title/details. POST /v2/updateEvents {mutations:[{provider, accountId, eventId, calendarId, eventData, userTimeZone?, sendUpdates?}]}. mutations_json: JSON array. Patch eventData with fields to change; keep summary visible. sendUpdates: all|none|externalOnly.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
mutations_jsonYes

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv0.1.0

TDQS

A4.4/5.0
Behavior4/5

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

Annotations already indicate a write operation (readOnlyHint=false). The description adds meaningful behavioral context: the POST endpoint, patch semantics, and sendUpdates notification control. This goes beyond the annotations and does not contradict them.

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 dense but organized, leading with the action and trigger, then presenting the endpoint shape and parameter details. Every sentence contributes useful information, though the inline JSON example makes it a bit sprawling.

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?

The description covers the request shape, mutation semantics, and notification options, which is enough to invoke the tool correctly. The absence of return-value information is a minor gap, but with openWorldHint and no output schema, the agent mainly needs invocation details.

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 0%, but the description compensates thoroughly. It explains that mutations_json is a JSON array, lists the mutation object fields, specifies patch semantics, and enumerates sendUpdates values. This gives the agent everything needed to construct the parameter.

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?

States a specific verb and resource: 'Update one or more existing events.' The 'Call when changing time/title/details' reinforces the tool's purpose and distinguishes it from create_event and delete_events siblings.

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 states when to call: when changing time/title/details. It also gives operational guidance like patching eventData and keeping summary visible, but it does not explicitly name alternative tools or define when not to use it, so it falls just short of a 5.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

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/felipeorlando/notion-calendar-mcp'

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