Skip to main content
Glama
shipmail-to

shipmail-mcp

Create Calendar Event

shipmail_create_calendar_event
DestructiveIdempotent

Add a calendar event to a mailbox's calendar. Specify title, start time, and timezone. Supports optional details like duration, attendees, and recurrence.

Instructions

Create a calendar event on a mailbox's calendar. start is a local date-time; its zone is given by timezone.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
colorNo
startYesLocal date-time; its zone is given by timezone.
titleYes
statusNo
all_dayNo
mailboxYesThe mailbox (calendar owner) address.
privacyNo
durationNoISO 8601 duration, e.g. PT1H.
locationNo
timezoneNoIANA time zone.
attendeesNo
remindersNo
video_urlNo
recurrenceNo
calendar_idNoTarget calendar. Defaults to the default calendar.
descriptionNo
idempotency_keyNoOptional idempotency key. If omitted, the MCP server generates one for POST tools.
free_busy_statusNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
eventYes
Behavior3/5

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

Annotations already indicate idempotentHint and destructiveHint. The description confirms it creates an event but does not disclose authentication needs, potential failures (e.g., invalid mailbox), or side effects. With annotations present, the description adds minimal behavioral context.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single, clear sentence with no redundancy. It is front-loaded and efficient, though perhaps too brief for the tool's complexity.

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 the tool's complexity (18 parameters, nested objects, output schema), the description is extremely sparse. It fails to cover essential context like required parameters beyond the obvious, typical use cases, or behavior of optional fields. The presence of an output schema does not compensate for the lack of explanation of inputs.

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?

Despite 18 parameters and only 33% schema description coverage, the description only explains the relationship between start and timezone. It offers no added meaning for other key parameters like attendees, recurrence, or reminders, leaving the agent to rely solely on sparse schema descriptions.

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 action and resource: 'Create a calendar event on a mailbox's calendar.' It distinguishes this tool from siblings like shipmail_update_calendar_event and shipmail_delete_calendar_event.

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 description provides a hint about using start with timezone but lacks explicit guidance on when to use this tool versus alternatives like shipmail_list_calendar_events for reading events. No prerequisites or conditions are mentioned.

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/shipmail-to/shipmail-mcp'

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