Skip to main content
Glama
iskifogl

mcp-server-google-workspace

by iskifogl

calendar_create_event

Create a calendar event with title, start, and end times. Optionally add location, description, and attendees to any writable calendar.

Instructions

Create a new calendar event with title, time, and optional details. Can create events in any writable calendar.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
calendarIdNoCalendar ID (default: "primary" for your main calendar). Use calendar_list_calendars to get IDs of shared calendars.primary
summaryYesEvent title/summary
startYesStart time in ISO 8601 format (e.g., "2025-11-02T10:00:00Z")
endYesEnd time in ISO 8601 format (e.g., "2025-11-02T11:00:00Z")
timeZoneNoIANA timezone (e.g., "America/New_York", "America/Los_Angeles", "Europe/London", "UTC"). If not specified, uses the calendar's default timezone.
descriptionNoEvent description (optional)
locationNoEvent location (optional)
attendeesNoArray of attendee email addresses (optional)
Behavior2/5

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

No annotations are provided, so the description must disclose behavioral traits. It states the tool creates events (mutation) but does not discuss side effects, required permissions beyond 'writable', rate limits, or what happens on failure. The description is minimal for a creation tool.

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, front-loaded with the main action, and contains no unnecessary words. Every sentence adds value.

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 full schema coverage, the description lacks context on return values, error handling, or default behaviors for optional fields. For a tool with 8 parameters and no output schema, more completeness is needed to fully guide usage.

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 baseline is 3. The description summarizes parameters as 'title, time, and optional details' but does not add new meaning beyond the schema. It is adequate but not enhancing.

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 tool creates a new calendar event, with title, time, and optional details. It explicitly mentions it can create events in any writable calendar, which differentiates it from sibling tools like calendar_list_events (list) or gmail_send_email (email).

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description does not provide explicit guidance on when to use this tool versus alternatives, nor does it mention prerequisites like write access or conflict handling. The phrase 'any writable calendar' implies a permission requirement but lacks explicit when-to-use or when-not-to-use instructions.

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/iskifogl/mcp-server-google-workspace'

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