Skip to main content
Glama
Jordonh18

Fastmail MCP Server

by Jordonh18

create_calendar_event

Add events to a Fastmail calendar by providing title, start time, and calendar ID. Optionally include duration, location, participants, reminders, and timezone.

Instructions

Create a new calendar event. Use list_calendars first to get calendar IDs.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
startYesStart date/time in format YYYY-MM-DDTHH:MM:SS (e.g. 2024-01-15T09:00:00)
titleYesEvent title
statusNoEvent status (default: confirmed)confirmed
durationNoEvent duration in ISO 8601 format (e.g. PT1H for 1 hour, PT30M for 30 minutes, PT1H30M for 1.5 hours, P1D for 1 day)
isAllDayNoWhether this is an all-day event (default: false)
locationNoEvent location name
timeZoneNoIANA timezone (e.g. America/New_York, Europe/London). Uses calendar default if omitted.
calendarIdYesCalendar ID to create the event in (from list_calendars)
descriptionNoEvent description or notes
participantsNoList of event participants/attendees
freeBusyStatusNoFree/busy status during the event (default: busy)busy
alertMinutesBeforeNoMinutes before the event to show an alert/reminder (e.g. 15 for 15 minutes before)
Behavior2/5

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

With no annotations, the description carries the full burden of behavioral disclosure. It only states the action and prerequisite, but omits any details about response format, error behavior, idempotency, or side effects. For a state-changing write operation, this is a significant gap.

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 concise sentences, each earning its place. The first states the purpose, the second gives a critical usage hint. There is zero fluff or redundancy, making it highly efficient.

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?

Despite having 12 parameters and no output schema, the description only covers the basic create action and a prerequisite. It does not explain what the response will look like, timezone handling, or any edge cases. For a complex tool with rich schema, this level of description is insufficient for an agent to fully anticipate outcomes.

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?

The input schema has 100% coverage with detailed descriptions for every parameter, so the baseline is 3. The description adds no parameter-specific information beyond what the schema already provides, but it also doesn't need to since the schema is thorough.

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 'Create a new calendar event,' which uses a specific verb and resource, clearly distinguishing it from sibling tools like update_calendar_event and delete_calendar_event. The purpose is unambiguous and immediately actionable.

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 provides a concrete usage guideline: 'Use list_calendars first to get calendar IDs.' This tells the agent a necessary prerequisite and hints at the workflow. However, it does not explicitly exclude use cases or compare with alternatives, but that is largely implied by the tool's name and purpose.

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/Jordonh18/fastmail-mcp-server'

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