Skip to main content
Glama

cal_create_event

Create a calendar event by specifying title, start and end times (RFC 3339 with timezone offset), optional attendees and description. User must confirm before execution.

Instructions

Create a calendar event. Requires user confirmation before calling.

calendar accepts 'user', 'hermes', or a full Google Calendar ID. start and end must be RFC 3339 datetimes with timezone offset.

Returns dict with key: id (created event ID).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
calendarYes
titleYes
startYes
endYes
attendeesNo
descriptionNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

The description adds important behavioral context beyond annotations by noting the need for user confirmation and describing the return value (dict with 'id'). Annotations do not contradict; destructiveHint=false aligns with creation.

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 very concise, consisting of 5 short lines. It front-loads the purpose and important note, with every sentence adding 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?

The description covers the key parameters and return value reasonably well. Minor gaps remain in explaining `title` and optional parameters, but given the tool's simplicity and existence of an output schema, it is fairly 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?

With 0% schema coverage, the description compensates by explaining `calendar` acceptable values and `start`/`end` format. However, it does not describe `title`, `attendees`, or `description`, leaving some gaps.

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 'Create a calendar event.' This is a specific verb and resource, and it distinguishes this tool from siblings like cal_update_event and cal_delete_event.

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?

The description explicitly says 'Requires user confirmation before calling.' and provides formatting instructions for `start` and `end`. It does not explicitly mention when not to use or alternatives, but the 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/jimmy-larsson/hermes-google'

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