Skip to main content
Glama
tszaks

Gmail Multi-Inbox MCP Server

by tszaks

create_event

Create Gmail calendar events: timed or all-day, with attendees, location, recurrence, and notifications. Provide account and summary to schedule.

Instructions

Create a new calendar event. Use start_date_time/end_date_time for timed events or start_date/end_date for all-day events.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
accountYesAccount id.
summaryYesEvent title.
end_dateNoAll-day event end date as YYYY-MM-DD.
locationNoEvent location.
attendeesNoEmail addresses of attendees.
time_zoneNoTime zone for start/end (e.g. "America/New_York").
recurrenceNoRRULE strings, e.g. ["RRULE:FREQ=WEEKLY;COUNT=5"].
start_dateNoAll-day event start date as YYYY-MM-DD.
calendar_idNoCalendar ID (default "primary").
descriptionNoEvent description.
end_date_timeNoEnd time as RFC3339.
start_date_timeNoStart time as RFC3339, e.g. "2025-06-01T10:00:00".
send_notificationsNoSend invite notifications to attendees (default true).
Behavior2/5

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

No annotations are provided, so the description carries the full burden of behavioral disclosure. It only mentions the two time-specification modes but does not disclose return values, side effects (e.g., sending notifications), or required permissions. For a creation tool, 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 sentences, front-loaded with the core purpose, and contains zero waste. Every sentence adds functional information about how to use the tool correctly.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the tool has 13 parameters and no output schema, the description provides the key semantic distinction for time parameters but omits other contextual details like return value, prerequisites, or examples of typical use. The rich schema partially compensates, but the description could be more complete.

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

Parameters4/5

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

The input schema covers all 13 parameters with individual descriptions (100% coverage), so the baseline is 3. The description adds value by grouping the time parameters into coherent usage patterns (timed vs all-day), which is not immediately obvious from the flat schema list.

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, using the specific verb "Create" and resource "calendar event". It also distinguishes the two event types (timed vs all-day), setting it apart from siblings like update_event, delete_event, and list_events.

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 clear conditional guidance: use start_date_time/end_date_time for timed events and start_date/end_date for all-day events. This helps agents choose the right parameters, though it does not explicitly name alternative tools or state when not to use this tool.

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/tszaks/ghub'

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