Skip to main content
Glama

update_event

Update an existing calendar event by specifying only the fields to change. Tags provided replace the entire tag set. Returns the updated event.

Instructions

Update an existing calendar event. Only the fields provided are modified; omitted fields are left unchanged. The tags array (if provided) REPLACES the existing tag set. Returns the updated event. Example: {"id":"ghi09876","start_at":"2026-06-16T13:00:00+09:00","end_at":"2026-06-16T14:00:00+09:00"} reschedules the event by one day. Side effects: idempotent for the same input; only specified fields change. Errors if the id does not exist.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
all_dayNoSet the all-day flag (optional).
descriptionNoNew description (optional).
end_atNoNew end datetime in ISO 8601 with timezone offset (optional). Must be after start_at.
idYesUUID of the event to update. Required.
start_atNoNew start datetime in ISO 8601 with timezone offset, e.g. "2026-06-15T13:00:00+09:00" (optional).
tagsNoNew tag list (optional). Replaces existing tags entirely.
titleNoNew title (optional).
Behavior4/5

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

Despite no annotations, the description discloses key traits: partial update (only provided fields change), tags replacement, idempotency, and error condition for nonexistent id. It also includes an example. This is comprehensive, though could mention permission or concurrency aspects.

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 three sentences plus an example, front-loading the key purpose and update behavior. No redundant information; every sentence adds value.

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?

Given 7 parameters and no output schema, the description adequately covers behavior, side effects, and error condition. It explains return value ('Returns the updated event'). Minor missing details like full error handling or pagination, but sufficient for the tool's complexity.

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 covers 100% of parameters with descriptions. The tool description adds value by explaining partial update semantics and tag replacement behavior, which goes beyond raw schema definitions.

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 an existing calendar event,' specifying the verb and resource. It also explains partial update behavior, distinguishing it from create_event (creation) and get_event (reading).

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 when to use (to modify an existing event) but does not explicitly state when not to use or compare with sibling tools like delete_event or create_event. It provides functional behavior but lacks explicit alternative guidance.

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/krtw00/konbu'

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