tanaike

The Thinker

Updated: GAS Library - ToolsForMCPServer

ToolsForMCPServer was updated to v1.0.27 v1.0.27 (August 22, 2025) Following 6 tools for Google Analytics were added. analytics_admin_accountSummaries_list: Retrieves a list of all Google Analytics accounts accessible by the current user analytics_admin_properties_get: Get detailed information about a single Google Analytics property analytics_data_properties_runReport: Fetches a custom report from a Google Analytics property analytics_data_properties_runRealtimeReport: Generates a customized report of real-time event data from a Google Analytics property You can see the detailed information here https://github.

Streamlining Web Page Insights with Natural Language using Gemini CLI, Google Analytics, and MCP

Gists Abstract This report introduces a powerful method for automating Google Analytics tasks using the Gemini CLI and a custom MCP (Model Context Protocol) server built with Google Apps Script. This integration enables streamlined web page analysis through simple natural language commands, simplifying authorization and complex data retrieval workflows. Introduction Accessing and interpreting web analytics data often involves navigating complex interfaces and manual report generation. However, the emergence of natural language interfaces is changing this paradigm.

Unifying Google Workspace with Natural Language: Integrated Collaboration through Gemini CLI and MCP

Gists Abstract This document demonstrates a transformative method for unifying Google Workspace applications by using natural language. Through the integration of the Gemini CLI with MCP, this approach empowers users to intuitively manage Google Drive, Gmail, Google Calendar, Drive Activity, and Google People. Complex tasks and collaborative workflows are streamlined into simple, conversational text commands. Introduction In today’s dynamic, collaborative environments, managing document workflows, tracking changes, and coordinating team efforts can be fragmented and inefficient.

Next-Level Classroom Automation: Gemini CLI, Google Classroom, and MCP

Gists Abstract Automate Google Classroom management with natural language. This guide details using the Gemini CLI and an MCP server to streamline creating classes, managing assignments, and interacting with students. Introduction Unlock the power of natural language to command your Google Workspace. I’ve recently demonstrated how you can automate Google Workspace applications using simple, conversational commands through the Gemini CLI and the MCP (Model Context Protocol) server. My previous reports detailed how to harness natural language for automating tasks in Google Sheets and Google Calendar:

Updated: GAS Library - MCPApp

MCPApp was updated to v2.0.7 v2.0.7 (August 6, 2025) Starting with v2.0.7, you can now selectively enable or disable the LockService. By default, this library runs with the LockService enabled. To disable it, simply modify return new MCPApp.mcpApp({ accessKey: "sample" }) to return new MCPApp.mcpApp({ accessKey: "sample", lock: false }). When the LockService is disabled (lock: false), asynchronous requests from clients like the Gemini CLI may see an increase in processing speed.