Skip to main content
Glama

create_event

Create an event page on RealEvents with a start time and title. Save the returned manage link to update details like duration, location, or description later.

Instructions

Creates an event page on RealEvents. The event is created with a start time only. To set an end time, duration, or to update other details (description, location, theme, cover image), use the update_event tool with the manage_token returned by this tool. Returns the public link, manage link, and slug. Save the manage link - it is the only way to edit the event later.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
titleYesEvent title (e.g. 'Bordeaux Tech Meetup')
formatNoEvent format. Default: in_person
locationNoPhysical location (for in_person or hybrid events)
descriptionNoEvent description (supports HTML)
virtual_linkNoVirtual meeting link (for virtual or hybrid events)
max_attendeesNoMaximum number of attendees (no limit if not set)
start_datetimeYesStart date and time in ISO 8601 format (e.g. '2026-06-15T19:00:00Z')
organizer_emailNoOrganizer email to receive the manage link by email
Behavior4/5

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

Discloses that event is created with start time only, and that manage_token is returned for later updates. With no annotations provided, description carries full burden; it covers key creation behavior but omits error conditions and permissions.

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 sentences, front-loaded with purpose and immediately followed by usage guidance. Every sentence adds value with no unnecessary text.

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?

For a tool with 8 parameters (2 required) and no output schema, the description covers return values (public link, manage link, slug) and important behavior (manage link as only edit access). Could mention error handling or output structure, but sufficient for a create tool.

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 coverage is 100%, so baseline is 3. The description adds minimal parameter-specific meaning beyond the schema, only noting that only start_time is set initially.

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 'Creates an event page on RealEvents' and specifies the scope (only start time initially). It distinguishes from sibling tool update_event, which handles additional details.

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 mentions using update_event for setting end time, duration, etc., and emphasizes saving the manage link for editing. Does not explicitly list when not to use, but context is clear.

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