gws-migration-notes

Map Google MCP server calls to gws CLI commands for Gmail, Calendar, and Drive.

18|7|Updated Mar 11, 2026
One-click install
npx skills add https://github.com/thecloudtips/founder-os --skill gws-migration-notes
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: gws-migration-notes
Source: https://github.com/thecloudtips/founder-os/tree/main/plugin/skills/infrastructure/gws-migration-notes
Command: npx skills add https://github.com/thecloudtips/founder-os --skill gws-migration-notes

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill provides a clear reference for migrating Founder OS plugins from using Google MCP server calls to the more modern and efficient gws CLI commands, simplifying the transition and debugging process.

Core Features & Use Cases

  • Side-by-Side Mapping: Directly compares MCP tool calls with their equivalent gws CLI commands for Gmail, Calendar, and Drive.
  • Migration Checklist: Offers specific guidance on updating .mcp.json files, SKILL.md content, command files, and agent configurations.
  • Common Gotchas: Highlights potential pitfalls during migration, such as JSON escaping, userId and calendarId specifics, and file export/download differences.
  • Use Case: A developer needs to update an existing plugin that relies on the Gmail MCP server. They consult this Skill to find the exact gws CLI command that replaces gmail.search_emails.

Quick Start

Consult the gws command mapping for migrating Gmail MCP calls to the gws CLI.

Frequently Asked Questions about gws-migration-notes

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I migrate Google Workspace plugins from MCP server calls to gws CLI commands?▼

To migrate Google Workspace plugins from MCP server calls to gws CLI commands, consult side-by-side mappings for Gmail, Calendar, and Drive, then update your `.mcp.json` files, command files, and agent configurations accordingly.

What is the gws CLI equivalent for Gmail MCP server tool calls?▼

The gws CLI equivalent for Gmail MCP server tool calls is provided as a direct command mapping, allowing you to replace specific tool functions like `gmail.search_emails` with their corresponding gws CLI commands.

What are common issues when migrating Google MCP to gws CLI?▼

Common issues when migrating Google MCP to gws CLI include JSON escaping errors, incorrect `userId` and `calendarId` specifics, and file export or download differences that require configuration adjustments.

How do I update `.mcp.json` files for a gws CLI migration?▼

Updating `.mcp.json` files for a gws CLI migration involves modifying your configuration files alongside `SKILL.md` content and agent configurations to align with the new gws CLI command structure.

Does the gws CLI migration cover Google Calendar and Drive functionalities?▼

Yes, the gws CLI migration covers Google Calendar and Drive functionalities, providing direct command equivalents and transition guidance for these services alongside Gmail.