Skip to main content
Glama

scheduling

Write a calendar invite

ics_create

Call this tool to write a .ics for one meeting and return the path plus the start in UTC and in your zone. Times are stored in UTC so it lands correctly in any client. Free: 3 files a month.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
gapNoWhat to do with a time that does not exist because the clocks jumped forward: 'forward' takes the time after the jump, 'backward' the time before it. Without this, such a time is refused.
foldNoWhich occurrence of a time that happens twice because the clocks went back. Default 'first'.
zoneYesPlace the start time is given in
startYesStart time, read in `zone` unless it carries an offset
titleYesEvent title
locationNoWhere, or a meeting link
out_pathNoName for the downloaded file, default meeting.ics
attendeesNoAttendees. An entry with an email is invited (ATTENDEE:mailto:...); a name with no email is listed in the description instead, because a calendar cannot invite a name.
descriptionNoBody text
organizer_nameNoYour display name for the ORGANIZER line
organizer_emailNoYour email address, written as the ORGANIZER so replies have somewhere to go. Leave it out and your shared business profile's email is used; with neither, the ORGANIZER line is omitted rather than filled with an address you improvised
duration_minutesYesLength in minutes, at most 1440

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.2/5.0
Behavior4/5

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

The description adds meaningful behavior beyond the annotations: it writes a file and returns the path, reports the start time in UTC and the caller's zone, stores times in UTC for portability, and notes the 3-files-per-month limit. This gives an agent important side-effect and quota context beyond the bare annotation flags.

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?

Three concise, front-loaded sentences with no wasted words. The main action and return value come first, followed by a timezone clarification and a quota note; every sentence earns its place.

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?

With no output schema, the description usefully summarizes the return value (path plus start time in UTC and local zone). Combined with the rich parameter schema, this is sufficient for an agent to invoke the tool correctly, though it could go slightly deeper on output shape.

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?

Schema description coverage is 100%, so the schema already explains all parameters thoroughly, including gap/fold behavior and attendee handling. The tool description adds no parameter-specific meaning beyond what the schema provides, so the baseline 3 is appropriate.

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 uses a specific verb and resource: 'write a .ics for one meeting' and states the return value. This clearly distinguishes it from siblings like convert_time, overlap, and find_meeting_slots, none of which create calendar files.

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?

It explicitly says 'Call this tool to write a .ics for one meeting,' which is clear usage guidance. It does not name exclusions or alternatives, but no sibling tool provides the same capability, so that is not a material gap.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.