Skip to main content
Glama
bkbaheti

MCP Google Multi-Account Server

by bkbaheti

calendar_create_event

Create Google Calendar events across multiple accounts. Add attendees, location, recurrence, and time zone. Confirmation required before sending invitations to attendees.

Instructions

Create a new Google Calendar event. If attendees are included, requires confirm: true as a safety gate since it will send calendar invitations.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
endYesEnd time (RFC3339 for timed event) or date (YYYY-MM-DD for all-day event)
startYesStart time (RFC3339 for timed event, e.g., "2024-01-15T09:00:00-05:00") or date (YYYY-MM-DD for all-day event)
confirmNoSet to true to confirm creating event with attendees (sends invitations)
summaryYesEvent title/summary
locationNoEvent location
timeZoneNoTime zone (e.g., "America/New_York"). Required for timed events without offset.
accountIdYesThe Google account ID, alias, or email
attendeesNoEmail addresses of attendees
calendarIdNoCalendar ID (default: "primary")
recurrenceNoRecurrence rules (e.g., ["RRULE:FREQ=WEEKLY;COUNT=10"])
descriptionNoEvent description
Behavior4/5

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

With no annotations, the description carries the burden of disclosing behavior. It reveals that including attendees sends calendar invitations and requires confirm: true as a safety gate, which is a key side effect beyond the tool's name. While it doesn't cover every possible behavior, the most critical risk is disclosed.

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, with the main purpose in the first and the critical safety condition in the second. It is front-loaded, has no unnecessary words, and every sentence adds value.

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?

For a create operation with 11 parameters and no output schema, the description covers the most important behavioral context (the confirm/attendees safety gate) while relying on the schema for parameter details. It is complete enough for an agent to avoid the main pitfall, though it could optionally mention auth or return values.

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 schema already documents all 11 parameters with 100% coverage, providing a baseline of 3. The description adds meaningful semantic value by explaining the cross-parameter constraint that attendees require confirm: true, which isn't evident from individual parameter descriptions. This elevates the score.

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 Google Calendar event' with a specific verb and resource, clearly distinguishing it from sibling tools like calendar_update_event, calendar_list_events, and calendar_delete_event. The added detail about confirm for attendees further clarifies the action's scope.

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 context for when to use the tool (creating new events) and explicitly states the condition under which confirm must be true (when attendees are included). However, it does not explicitly mention alternatives or when not to use this tool, so the guidance is clear but lacks explicit exclusions.

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/bkbaheti/google-multi-account-mcp'

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