Skip to main content
Glama
nabheet

google-services-mcp

by nabheet

Create event with Google Meet

google_calendar_create_meet

Create a calendar event with an attached Google Meet link. Provide start and end times, meeting title, and optional attendees to automatically generate a video conference.

Instructions

Create a calendar event with an attached Google Meet link.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
endYesEnd RFC3339 datetime.
startYesStart RFC3339 datetime.
accountNoAccount nickname to use.
summaryYesMeeting title.
attendeesNoAttendee emails.
calendarIdNoCalendar ID (default primary).
descriptionNo
Behavior3/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. It discloses the core effect (creating an event and attaching Meet link) but omits potential side effects such as sending invitations, requiring auth, or overwriting existing data. Adequate but not rich.

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?

Single sentence with no unnecessary words. The key point (Meet link attachment) is front-loaded and the structure is perfectly concise.

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 simple create tool with well-documented parameters, the description is sufficient to invoke it correctly. It lacks return value information but that is non-critical for a create operation. The sibling distinction is implicit via the Meet link mention.

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 coverage is high at 86%, so most parameters are already described. The description adds no additional meaning beyond the schema; it does not clarify formats, defaults, or relationships between parameters.

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?

Description clearly states it creates a calendar event with an attached Google Meet link, using a specific verb and resource. This distinguishes it from the sibling google_calendar_create_event, which presumably creates an event without a Meet link.

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?

No guidance is provided on when to use this tool versus google_calendar_create_event, nor any prerequisites like an existing account or calendar. The context is implicit from the name/description but no explicit alternatives or exclusions are given.

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/nabheet/google-services-mcp'

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