Skip to main content
Glama
dipseth

google-workspace-unlimited

Move Events Between Calendars

move_events_between_calendars

Move Google Calendar events from one calendar to another with optional time range, title pattern, and event count filters. Choose to copy or delete source events.

Instructions

Move events from one calendar to another with optional filters

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
time_maxNoEnd of time range in RFC3339 format
time_minNoStart of time range in RFC3339 format. Defaults to current time if not specified
max_resultsNoMaximum number of events to move
title_patternNoRegex pattern to match event titles for selective migration
user_google_emailNoThe user's Google email address for Calendar access. If None, uses the current authenticated user from FastMCP context (auto-injected by middleware).
delete_from_sourceNoIf True, delete events from source after copying (move). If False, only copy events (duplicate)
source_calendar_idYesSource calendar ID to move events from
target_calendar_idYesTarget calendar ID to move events to

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
errorNo
messageYes
resultsYes
successYes
userEmailYes
totalFoundYes
totalCopiedYes
totalDeletedYes
sourceCalendarIdYes
targetCalendarIdYes
Behavior3/5

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

Annotations indicate a write operation (readOnlyHint=false) and non-destructive by default (destructiveHint=false), but the description does not clarify the move vs copy behavior controlled by delete_from_source, or any permissions or side effects. No contradiction with annotations.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single sentence, concise and to the point, but it lacks structured formatting or front-loading of key information.

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 a comprehensive input schema and output schema, the description is too minimal. It does not explain the return value, the effect on source (copy vs move), or handle edge cases like overlapping events, leaving the agent underinformed for a 8-parameter tool.

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?

The schema provides full descriptions for all 8 parameters, so the description adds little beyond mentioning 'optional filters'. Baseline 3 is appropriate.

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 verb 'move', the resource 'events', and the scope 'from one calendar to another with optional filters', effectively distinguishing it from sibling tools like create_event, delete_event, or modify_event.

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

Usage Guidelines3/5

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

The description implies usage for moving events between calendars but does not provide explicit guidance on when to use this tool versus alternatives like create_event or modify_event, nor does it state prerequisites or 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/dipseth/google_workspace_fastmcp2'

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