Skip to main content
Glama
INSIDE-HAIR

Google Calendar and Meet MCP Server

by INSIDE-HAIR

calendar_v3_update_event

Modify existing Google Calendar events by updating details like title, time, location, attendees, or permissions using the Calendar API v3.

Instructions

[Calendar API v3] Update an existing calendar event

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
event_idYesID of the event to update
summaryNoUpdated title of the event (optional)
descriptionNoUpdated description for the event (optional)
locationNoUpdated location for the event (optional)
start_timeNoUpdated start time in ISO format (optional)
end_timeNoUpdated end time in ISO format (optional)
time_zoneNoUpdated time zone (optional)
attendeesNoUpdated list of email addresses for attendees (optional)
guest_can_invite_othersNoUpdated guest invite permission (optional)
guest_can_modifyNoUpdated guest modify permission (optional)
guest_can_see_other_guestsNoUpdated guest visibility permission (optional)
Behavior2/5

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

With no annotations, the description carries full burden but provides minimal behavioral information. It states it's an update operation but doesn't disclose what happens with partial updates, permission requirements, whether changes are reversible, rate limits, or error conditions. This is inadequate for a mutation tool with zero annotation coverage.

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 extremely concise - a single sentence with zero wasted words. It's front-loaded with the essential information (API version and core action) and contains no unnecessary elaboration.

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?

For a mutation tool with 11 parameters and no annotations or output schema, the description is insufficient. It doesn't explain what the tool returns, error handling, authentication requirements, or important behavioral aspects like partial updates. The context demands more completeness than provided.

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 documents all 11 parameters thoroughly. The description adds no additional parameter information beyond what's in the schema, maintaining the baseline score of 3 for high schema coverage.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the action ('Update') and resource ('an existing calendar event'), making the purpose unambiguous. It distinguishes from creation and deletion tools by specifying 'existing', but doesn't explicitly differentiate from similar update operations like 'move_event' or 'update_space'.

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 about when to use this tool versus alternatives. The description doesn't mention prerequisites (like needing event_id), when not to use it (e.g., for creating new events), or how it differs from sibling tools like 'move_event' or 'update_space'.

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/INSIDE-HAIR/mcp-google-calendar-and-meet'

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