Skip to main content
Glama

update_event

Update existing event details like status, dates, and other fields using a manage token. Change event status to 'cancelled' or modify any attribute after creation.

Instructions

Update an existing event by manage token. Only provide the fields you want to change. Use this to set end_datetime, change status (e.g. 'cancelled'), or update any other detail after creation.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
slugNoNew URL slug
themeNo
titleNoNew event title
formatNoNew event format
listedNoWhether the event is listed in the public directory
statusNoNew event status (use 'cancelled' to cancel the event)
locationNoNew physical location
descriptionNoNew description (supports HTML)
end_datetimeNoNew end date/time (ISO 8601)
manage_tokenNoManage token. Falls back to REALEVENTS_MANAGE_TOKEN env var if omitted.
virtual_linkNoNew virtual meeting link
max_attendeesNoNew max attendees
start_datetimeNoNew start date/time (ISO 8601)
organizer_emailNo
notify_on_registrationNo
Behavior2/5

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

No annotations provided, so description carries full burden. Only mentions the action and mechanism, but fails to disclose behavior like error handling, idempotency, return value, or side effects. Significant gap for a mutation tool.

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?

Two concise sentences, front-loaded with key info. No wasted words.

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 15 parameters and no output schema, the description is insufficient. Missing details on return value, prerequisites, error scenarios, and behavioral nuances.

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 has high coverage (80%), so baseline is 3. Description adds usage hint ('Only provide the fields you want to change') but no new semantic depth beyond schema descriptions.

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 action ('Update an existing event') and key requirement ('by manage token'). It distinguishes from siblings like create_event and list_public_events, though not explicitly naming them.

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?

Provides clear guidance on when to use: to update an existing event, and which fields to change ('Only provide the fields you want to change'). Includes examples like end_datetime and status. Lacks explicit when-not-to-use or alternative tools.

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/ykastelnik/realevents-mcp'

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