Skip to main content
Glama

create_event

Create calendar events with a title and start time. Use 'YYYY-MM-DD HH:MM' for timed events or 'YYYY-MM-DD' for all-day events, with optional end, note, timezone, and calendar.

Instructions

Add a calendar event. Give start as 'YYYY-MM-DD HH:MM' for a timed event or 'YYYY-MM-DD' for an all day one.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
endNo
noteNo
startYes
titleYes
all_dayNo
calendarNo
timezoneNo
Install Server

TDQS

A3.7/5.0
Behavior4/5

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

With no annotations, the description carries the behavioral burden. It explicitly signals a mutating operation ('Add') and discloses an important behavior: the start format selects between timed and all-day events. It does not mention interaction with the all_day schema default or return behavior, but the core side effect is clear.

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 two sentences with no filler. The operation is front-loaded, followed immediately by the most important input formatting rule.

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 seven parameters, no annotations, and no output schema, this description is incomplete. It enables a basic call but leaves ambiguity around required title handling, end behavior, all_day interaction, timezone/calendar selection, and what the tool returns.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 0%, so the description must compensate, but it only clarifies the start parameter's format. The other six parameters—title, end, note, all_day, calendar, and timezone—receive no semantic guidance, leaving the agent to infer their meaning from names alone.

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 states a clear verb and resource: 'Add a calendar event.' This distinguishes it from sibling tools like create_contact and create_task, and from list_events/delete_event, because it explicitly names the target domain object.

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 intended use is implied clearly by 'Add a calendar event,' but the description provides no explicit guidance about when not to use it or which sibling tool to choose instead. There are no exclusion rules or alternative routing hints.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

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/austinpnguyen/infomaniak-mcp'

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