Skip to content

Instantly share code, notes, and snippets.

View tanaikech's full-sized avatar

Kanshi TANAIKE tanaikech

View GitHub Profile
@tanaikech
tanaikech / submit.md
Created December 3, 2025 05:40
Power of Google Apps Script: Building MCP Server Tools for Gemini CLI and Google Antigravity in Google Workspace Automation

Power of Google Apps Script: Building MCP Server Tools for Gemini CLI and Google Antigravity in Google Workspace Automation

Abstract

This article demonstrates how to build Model Context Protocol (MCP) tools directly using Google Apps Script. By leveraging the gas-fakes CLI, developers can execute Google Apps Script locally to automate Google Workspace via Gemini CLI and Google Antigravity, streamlining development and eliminating the overhead of dynamic tool creation.

Introduction

@tanaikech
tanaikech / submit.md
Created December 1, 2025 01:21
A New Era for Google Apps Script: Unlocking the Future of Google Workspace Automation with Natural Language

A New Era for Google Apps Script: Unlocking the Future of Google Workspace Automation with Natural Language

Abstract

This article redefines Google Apps Script (GAS) as a central integration hub in the AI era. It introduces the forefront of Google Workspace automation, realized through the fusion of the Model Context Protocol (MCP), Agent2Agent (A2A), and the Gemini CLI ecosystem. I cover everything from data integration bridging local and cloud environments (RAG) and sandbox technologies for safely executing AI-generated GAS, to the coordination of autonomous agents on the newly released Google Antigravity. We will explore next-generation work styles and implementation methods where complex workflows are completed autonomously through simple natural language instructions.

Introduction

@tanaikech
tanaikech / submit.md
Last active November 25, 2025 05:37
Integrating Google Antigravity: Unlocking the Google Workspace Extension for Gemini CLI

Integrating Google Antigravity: Unlocking the Google Workspace Extension for Gemini CLI

Abstract

This article demonstrates how to integrate the Google Workspace Extension for Gemini CLI with Google Antigravity. It addresses a Model Context Protocol (MCP) tool naming incompatibility using a custom proxy script, enabling seamless, authenticated automation of Google Workspace tasks directly within the Antigravity IDE environment.

Introduction

@tanaikech
tanaikech / submit.md
Created November 23, 2025 02:55
Fields Builder for Google APIs: Visualizing Partial Responses

Fields Builder for Google APIs: Visualizing Partial Responses

Abstract

Fields Builder for Google APIs is a client-side web application that streamlines constructing the fields parameter. It parses Discovery documents into interactive trees, enabling developers to visually select nested resources, implement Partial Response, and optimize API payload sizes without manual syntax errors.

Introduction

@tanaikech
tanaikech / submit.md
Created November 22, 2025 05:46
Agentic Automation in Google Workspace: Bridging Antigravity and Gemini 3.0

Agentic Automation in Google Workspace: Bridging Antigravity and Gemini 3.0

Abstract

This article explores automating Google Workspace by integrating Google Antigravity and Gemini 3.0 with Model Context Protocol (MCP) servers. We demonstrate how to overcome tool limits and utilize custom extensions to enable AI agents to securely execute scripts, manage files, and perform RAG-based tasks using private data.

Introduction

@tanaikech
tanaikech / submit.md
Last active November 21, 2025 08:13
Next-Generation Google Apps Script Development: Leveraging Antigravity and Gemini 3.0

Next-Generation Google Apps Script Development: Leveraging Antigravity and Gemini 3.0

Abstract

This article demonstrates a cutting-edge workflow for Google Apps Script development using Google Antigravity and Gemini 3.0. By integrating gas-fakes via the Model Context Protocol (MCP), we establish an environment where autonomous agents can generate, unit-test, and execute cloud-based scripts locally, revolutionizing the standard GAS development lifecycle.

Introduction

@tanaikech
tanaikech / submit.md
Created November 20, 2025 04:29
Simplify Google Sheets Tables Management with Google Apps Script

Simplify Google Sheets Tables Management with Google Apps Script

Abstract

This article introduces "TableApp," a Google Apps Script library designed to simplify managing Google Sheets Tables. It addresses the complexity of the native Sheets API, providing an intuitive interface for creating, updating, and manipulating tables. Sample scripts and installation guides are included to ensure easy implementation.

Introduction

@tanaikech
tanaikech / submit.md
Created November 15, 2025 02:03
From Data Silos to Unified RAG: Gemini CLI Extensions Unify Local and Google Workspace for a Powerful File Search

From Data Silos to Unified RAG: Gemini CLI Extensions Unify Local and Google Workspace for a Powerful File Search

Abstract

This article demonstrates how to create a unified file search for Gemini, integrating disconnected local files and Google Workspace data. Using a Google Apps Script-powered extension, users can directly ingest data from Drive, Sheets, and Gmail, enabling a powerful, context-aware RAG system.

Introduction

@tanaikech
tanaikech / submit.md
Last active November 11, 2025 06:49
Integrating File Search with the Gemini CLI Extension

Integrating File Search with the Gemini CLI Extension

Abstract

This article introduces a Gemini CLI extension that integrates File Search feature. This tool provides a fully managed Retrieval-Augmented Generation (RAG) system directly in your command line, enabling content generation grounded in your private documents and data.

Introduction

@tanaikech
tanaikech / submit.md
Created November 5, 2025 06:24
Modern Google Apps Script Workflow Building on the Cloud

Modern Google Apps Script Workflow Building on the Cloud

Abstract

This article guides you through establishing a modern, cloud-based development workflow for Google Apps Script. Learn to leverage Google Cloud and Firebase Studio with powerful tools like the Gemini CLI and gas-fakes to build, test, and deploy your automations with enhanced efficiency and security.

Introduction