Skip to main content
Glama
UtahREIA

addevent-mcp-server

by UtahREIA

Create AddEvent Calendar

addevent_create_calendar

Create a new calendar to organize and group events. Provide a title and optional settings like timezone and color to get a calendar ID for adding events.

Instructions

Creates a new calendar (a container that events live inside).

Args:

  • title (string, required): The calendar's title.

  • timezone, weekday_begin, description, internal_name, calendar_color, landing_page_template_id, embeddable_calendar_template_id, custom_data: optional fields.

Returns: The created calendar object as JSON, including its calendar_id.

Examples:

  • "Set up a separate calendar for the WREIA meetups" -> title: "WREIA Meetups".

  • Don't use when: you just need to add an event to an existing calendar (use addevent_create_event with calendar_id instead).

Error Handling:

  • Returns "Error: Invalid request..." (400) if title is missing.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
titleYesThe calendar's title. Must be a non-empty, single-line string.
timezoneNoDefault timezone for events created on this calendar (e.g. 'America/Denver'). Defaults to 'America/Los_Angeles'. Use addevent_list_timezones for supported values.
custom_dataNoArbitrary key-value metadata to attach to the calendar. Use snake_case keys.
descriptionNoShown on the calendar's landing page. Accepts plain text or simplified HTML.
internal_nameNoInternal-only label, never shown publicly.
weekday_beginNoFirst day of the week shown on the calendar. Default 'sunday'.
calendar_colorNoCalendar color, 1 to 20. Default 1.
landing_page_template_idNoCustom calendar landing page template ID, or 'default'.
embeddable_calendar_template_idNoCustom embeddable calendar template ID, or 'default'.
Behavior5/5

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

Beyond the annotations (readOnlyHint=false, idempotentHint=false), the description discloses return value ('Returns the created calendar object as JSON, including its calendar_id') and error behavior ('Returns "Error: Invalid request..." (400) if title is missing'). No contradictions with annotations.

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?

Well-organized with clear sections: what it does, args, returns, examples, don't-use guidance, and error handling. Each section earns its place without redundancy, and the core purpose is front-loaded.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Despite lacking an output schema, the description covers return format, error handling, usage alternatives, and parameter guidance. For a 9-param tool with 100% schema coverage, this is sufficiently complete.

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 description coverage is 100%, so baseline is 3. The description adds value by providing a usage example for the title parameter and clearly separating required from optional fields, which helps the agent understand parameter selection in context.

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 the verb and resource: 'Creates a new calendar (a container that events live inside).' It distinguishes from siblings by explicitly contrasting with addevent_create_event, making the purpose unambiguous.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Provides explicit when-not-to-use guidance: 'Don't use when: you just need to add an event to an existing calendar (use addevent_create_event with calendar_id instead).' Also includes a concrete example to illustrate when to use it.

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/UtahREIA/addevent-mcp-server'

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