# How to connect Google Super MCP with VS Code

```json
{
  "title": "How to connect Google Super MCP with VS Code",
  "toolkit": "Google Super",
  "toolkit_slug": "googlesuper",
  "framework": "VS Code",
  "framework_slug": "vscode",
  "url": "https://composio.dev/toolkits/googlesuper/framework/vscode",
  "markdown_url": "https://composio.dev/toolkits/googlesuper/framework/vscode.md",
  "updated_at": "2026-05-06T08:14:32.919Z"
}
```

## Introduction

### How to connect Google Super MCP with VS Code
VS Code is the most popular code editor out there. With its recent AI makeover, it can do more than just help you write code. You can connect your applications to it and let LLMs automate many of the mundane tasks in your workflow.
In this guide, I will explain how to connect Google Super with VS Code in the most secure and robust way possible via Composio.

## Also integrate Google Super with

- [ChatGPT](https://composio.dev/toolkits/googlesuper/framework/chatgpt)
- [OpenAI Agents SDK](https://composio.dev/toolkits/googlesuper/framework/open-ai-agents-sdk)
- [Claude Agent SDK](https://composio.dev/toolkits/googlesuper/framework/claude-agents-sdk)
- [Claude Code](https://composio.dev/toolkits/googlesuper/framework/claude-code)
- [Claude Cowork](https://composio.dev/toolkits/googlesuper/framework/claude-cowork)
- [Codex](https://composio.dev/toolkits/googlesuper/framework/codex)
- [Cursor](https://composio.dev/toolkits/googlesuper/framework/cursor)
- [OpenCode](https://composio.dev/toolkits/googlesuper/framework/opencode)
- [OpenClaw](https://composio.dev/toolkits/googlesuper/framework/openclaw)
- [Hermes](https://composio.dev/toolkits/googlesuper/framework/hermes-agent)
- [CLI](https://composio.dev/toolkits/googlesuper/framework/cli)
- [Google ADK](https://composio.dev/toolkits/googlesuper/framework/google-adk)
- [LangChain](https://composio.dev/toolkits/googlesuper/framework/langchain)
- [Vercel AI SDK](https://composio.dev/toolkits/googlesuper/framework/ai-sdk)
- [Mastra AI](https://composio.dev/toolkits/googlesuper/framework/mastra-ai)
- [LlamaIndex](https://composio.dev/toolkits/googlesuper/framework/llama-index)
- [CrewAI](https://composio.dev/toolkits/googlesuper/framework/crew-ai)

## TL;DR

### Why use Composio?
Composio provides:
- Access to 1,000+ managed apps from a single MCP endpoint. This makes it convenient for agents to run cross-app workflows.
- Programmatic tool calling. Allows LLMs to write its code in a remote workbench to handle complex tool chaining. Reduces to-and-fro with LLMs for frequent tool calling.
- Large tool response handling outside the LLM context. This minimizes context bloat from large tool responses.
- Dynamic just-in-time access to thousands of tools across hundreds of apps. Composio loads the tools your agent needs, so LLMs are not overwhelmed by tools they do not need.

## Connect Google Super to VS Code

### Integrate Google Super MCP with VS Code
### 1. Install with one click
Click the button below to add Composio to VS Code. You will be prompted to authorize. This requires VS Code 1.99+ with GitHub Copilot.
[+Install in VS Code](vscode:mcp/install?%7B%22name%22%3A%22composio%22%2C%22type%22%3A%22http%22%2C%22url%22%3A%22https%3A%2F%2Fconnect.composio.dev%2Fmcp%22%7D)
### 2. Or add manually
Open or create .vscode/mcp.json in your project root and add the following configuration:

```bash
{
  "servers": {
    "composio": {
      "type": "http",
      "url": "https://connect.composio.dev/mcp"
    }
  }
}
```

## What is the Google Super MCP server, and what's possible with it?

The Google Super MCP server is an implementation of the Model Context Protocol that connects your AI agent and assistants like Claude, Cursor, etc directly to your Google Super account. It provides structured and secure access to all your core Google services—Drive, Calendar, Gmail, Sheets, Analytics, Ads, Photos, and more—so your agent can perform actions like managing files, organizing emails, updating spreadsheets, and handling media on your behalf.
- Unified email and label management: Enable your agent to organize Gmail by adding or removing labels, and streamline inbox workflows for faster, smarter communication.
- Spreadsheet creation and data operations: Direct your agent to create new sheets, aggregate and analyze column data, or append rows and columns to Google Sheets for seamless data management.
- Collaborative file sharing and permissions: Have your agent update Google Drive file sharing settings, granting roles or access to users, groups, or domains effortlessly.
- Media upload and organization in Google Photos: Let your agent batch upload media files, add them to albums, or enrich your photo library by automating media management tasks.
- Customer and ads list management: Empower your agent to add or remove contacts from Google Ads customer lists, making marketing and outreach a breeze without manual effort.

## Supported Tools

| Tool slug | Name | Description |
|---|---|---|
| `GOOGLESUPER_ADD_ENRICHMENT` | Add Enrichment | Adds an enrichment at a specified position in a defined album. |
| `GOOGLESUPER_ADD_FILE_SHARING_PREFERENCE` | Add file sharing preference | Modifies sharing permissions for an existing google drive file, granting a specified role to a user, group, domain, or 'anyone'. |
| `GOOGLESUPER_ADD_LABEL_TO_EMAIL` | Modify email labels | Adds and/or removes specified gmail labels for a message; ensure `message id` and all `label ids` are valid (use 'listlabels' for custom label ids). |
| `GOOGLESUPER_ADD_OR_REMOVE_TO_CUSTOMER_LIST` | Add or remove to customer list | Addorremovetocustomerlist tool will add a contact to a customer list in google ads. note: it takes 6 to 12 hours for changes to be reflected in the customer list. |
| `GOOGLESUPER_ADD_SHEET` | Add Sheet to Spreadsheet | Adds a new sheet (worksheet) to a spreadsheet. use this tool to create a new tab within an existing google sheet, optionally specifying its title, index, size, and other properties. |
| `GOOGLESUPER_AGGREGATE_COLUMN_DATA` | Aggregate Column Data | Searches for rows where a specific column matches a value and performs mathematical operations on data from another column. |
| `GOOGLESUPER_APPEND_DIMENSION` | Append Dimension | Tool to append new rows or columns to a sheet, increasing its size. use when you need to add empty rows or columns to an existing sheet. |
| `GOOGLESUPER_BATCH_ADD_MEDIA_ITEMS` | Batch Add Media Items | Adds one or more media items to an album in google photos. |
| `GOOGLESUPER_BATCH_CREATE_MEDIA_ITEMS` | Batch Create Media Items | Unified action to upload media files and create them as items in google photos. |
| `GOOGLESUPER_BATCH_GET` | Batch get spreadsheet | Retrieves data from specified cell ranges in a google spreadsheet; ensure the spreadsheet has at least one worksheet and any explicitly referenced sheet names in ranges exist. |
| `GOOGLESUPER_BATCH_GET_MEDIA_ITEMS` | Batch Get Media Items | Returns the list of media items for the specified media item identifiers. |
| `GOOGLESUPER_BATCH_UPDATE` | Batch update spreadsheet | Updates a specified range in a google sheet with given values, or appends them as new rows if `first cell location` is omitted; ensure the target sheet exists and the spreadsheet contains at least one worksheet. |
| `GOOGLESUPER_BATCH_UPDATE_VALUES_BY_DATA_FILTER` | Batch Update Values by Data Filter | Tool to update values in ranges matching data filters. use when you need to update specific data in a google sheet based on criteria rather than fixed cell ranges. |
| `GOOGLESUPER_CALENDAR_LIST_INSERT` | Insert Calendar into List | Inserts an existing calendar into the user's calendar list. |
| `GOOGLESUPER_CALENDAR_LIST_UPDATE` | Update Calendar List Entry | Updates an existing entry on the user\'s calendar list. |
| `GOOGLESUPER_CALENDARS_DELETE` | Delete Calendar | Deletes a secondary calendar. use calendars.clear for clearing all events on primary calendars. |
| `GOOGLESUPER_CALENDARS_UPDATE` | Update Calendar | Updates metadata for a calendar. |
| `GOOGLESUPER_CLEAR_BASIC_FILTER` | Clear Basic Filter | Tool to clear the basic filter from a sheet. use when you need to remove an existing basic filter from a specific sheet within a google spreadsheet. |
| `GOOGLESUPER_CLEAR_CALENDAR` | Clear Calendar | Clears a primary calendar. this operation deletes all events associated with the primary calendar of an account. |
| `GOOGLESUPER_CLEAR_TASKS` | Clear tasks | Permanently clears all completed tasks from a specified google tasks list; this action is destructive and idempotent. |
| `GOOGLESUPER_CLEAR_VALUES` | Clear spreadsheet values | Clears cell content (preserving formatting and notes) from a specified a1 notation range in a google spreadsheet; the range must correspond to an existing sheet and cells. |
| `GOOGLESUPER_COPY_DOCUMENT` | Copy Google Document | Tool to create a copy of an existing google document. use this to duplicate a document, for example, when using an existing document as a template. the copied document will have a default title (e.g., 'copy of [original title]') if no new title is provided, and will be placed in the user's root google drive folder. |
| `GOOGLESUPER_COPY_FILE` | Copy file | Duplicates an existing file in google drive, identified by its `file id`. |
| `GOOGLESUPER_CREATE_ALBUM` | Create Album | Creates a new album in google photos. |
| `GOOGLESUPER_CREATE_CHART` | Create Chart in Google Sheets | Create a chart in a google sheets spreadsheet using the specified data range and chart type. |
| `GOOGLESUPER_CREATE_COMMENT` | Create Comment | Tool to create a comment on a file. use when you need to add a new comment to a specific file in google drive. |
| `GOOGLESUPER_CREATE_CUSTOMER_LIST` | Create customer list | Createcustomerlist tool will create a customer list in google ads. |
| `GOOGLESUPER_CREATE_DOCUMENT` | Create a document | Creates a new google docs document using the provided title as filename and inserts the initial text at the beginning if non-empty, returning the document's id and metadata (excluding body content). |
| `GOOGLESUPER_CREATE_DOCUMENT_MARKDOWN` | Create Document Markdown | Creates a new google docs document, optionally initializing it with a title and content provided as markdown text. |
| `GOOGLESUPER_CREATE_DRIVE` | Create Shared Drive | Tool to create a new shared drive. use when you need to programmatically create a new shared drive for collaboration or storage. |
| `GOOGLESUPER_CREATE_EMAIL_DRAFT` | Create email draft | Creates a gmail email draft, supporting to/cc/bcc, subject, plain/html body (ensure `is html=true` for html), attachments, and threading. |
| `GOOGLESUPER_CREATE_EVENT` | Create Event | Creates an event on a google calendar, needing rfc3339 utc start/end times (end after start) and write access to the calendar. by default, adds the organizer as an attendee unless exclude organizer is set to true. |
| `GOOGLESUPER_CREATE_EXPANDED_DATA_SET` | Create Expanded Data Set | Tool to create an expanded data set for a property. use when you need to combine specific dimensions and metrics into a custom dataset after property creation. |
| `GOOGLESUPER_CREATE_FILE` | Create File or Folder | Creates a new file or folder with metadata. use to create empty files or folders, or files with content by providing it in the request body (though this action primarily focuses on metadata creation). |
| `GOOGLESUPER_CREATE_FILE_FROM_TEXT` | Create a File from Text | Creates a new file in google drive from provided text content (up to 10mb), supporting various formats including automatic conversion to google workspace types. |
| `GOOGLESUPER_CREATE_FOLDER` | Create a folder | Creates a new folder in google drive, optionally within a parent folder specified by its id or name; if a parent name is provided but not found, the action will fail. |
| `GOOGLESUPER_CREATE_FOOTER` | Create Footer | Tool to create a new footer in a google document. use when you need to add a footer, optionally specifying its type and the section it applies to. |
| `GOOGLESUPER_CREATE_FOOTNOTE` | Create Footnote | Tool to create a new footnote in a google document. use this when you need to add a footnote at a specific location or at the end of the document body. |
| `GOOGLESUPER_CREATE_GOOGLE_SHEET1` | Create a Google Sheet | Creates a new google spreadsheet in google drive using the provided title. |
| `GOOGLESUPER_CREATE_HEADER` | Create Header | Tool to create a new header in a google document. use this tool when you need to add a header to a document, optionally specifying the section it applies to. |
| `GOOGLESUPER_CREATE_LABEL` | Create label | Creates a new label with a unique name in the specified user's gmail account. |
| `GOOGLESUPER_CREATE_MEET` | Create a Meet | Creates a new google meet space, optionally configuring its access type and entry point access controls. |
| `GOOGLESUPER_CREATE_NAMED_RANGE` | Create Named Range | Tool to create a new named range in a google document. use this to assign a name to a specific part of the document for easier reference or programmatic manipulation. |
| `GOOGLESUPER_CREATE_PARAGRAPH_BULLETS` | Create Paragraph Bullets | Tool to add bullets to paragraphs within a specified range in a google document. use when you need to format a list or a set of paragraphs as bullet points. |
| `GOOGLESUPER_CREATE_REPLY` | Create Reply | Tool to create a reply to a comment in google drive. use when you need to respond to an existing comment on a file. |
| `GOOGLESUPER_CREATE_SHORTCUT_TO_FILE` | Create Shortcut to File/Folder | Tool to create a shortcut to a file or folder in google drive. use when you need to link to an existing drive item from another location without duplicating it. |
| `GOOGLESUPER_CREATE_SPREADSHEET_COLUMN` | Create spreadsheet column | Creates a new column in a google spreadsheet, requiring a valid `spreadsheet id` and an existing `sheet id`; an out-of-bounds `insert index` may append/prepend the column. |
| `GOOGLESUPER_CREATE_SPREADSHEET_ROW` | Create spreadsheet row | Inserts a new, empty row into a specified sheet of a google spreadsheet at a given index, optionally inheriting formatting from the row above. |
| `GOOGLESUPER_CREATE_TASK_LIST` | Create a task list | Creates a new task list with the specified title. |
| `GOOGLESUPER_DELETE_COMMENT` | Delete Comment | Deletes a comment from a file. use when you need to remove a specific comment from a google drive file. |
| `GOOGLESUPER_DELETE_CONTENT_RANGE` | Delete Content Range in Document | Tool to delete a range of content from a google document. use when you need to remove a specific portion of text or other structural elements within a document. |
| `GOOGLESUPER_DELETE_DIMENSION` | Delete Dimension (Rows/Columns) | Tool to delete specified rows or columns from a sheet in a google spreadsheet. use when you need to remove a range of rows or columns. |
| `GOOGLESUPER_DELETE_DRAFT` | Delete Draft | Permanently deletes a specific gmail draft using its id; ensure the draft exists and the user has necessary permissions for the given `user id`. |
| `GOOGLESUPER_DELETE_DRIVE` | Delete Shared Drive | Tool to permanently delete a shared drive. use when you need to remove a shared drive and its contents (if specified). |
| `GOOGLESUPER_DELETE_EVENT` | Delete event | Deletes a specified event by `event id` from a google calendar (`calendar id`); this action is idempotent and raises a 404 error if the event is not found. |
| `GOOGLESUPER_DELETE_FOOTER` | Delete Footer | Tool to delete a footer from a google document. use when you need to remove a footer from a specific section or the default footer. |
| `GOOGLESUPER_DELETE_HEADER` | Delete Header | Deletes the header from the specified section or the default header if no section is specified. use this tool to remove a header from a google document. |
| `GOOGLESUPER_DELETE_MESSAGE` | Delete message | Permanently deletes a specific email message by its id from a gmail mailbox; for `user id`, use 'me' for the authenticated user or an email address to which the authenticated user has delegated access. |
| `GOOGLESUPER_DELETE_NAMED_RANGE` | Delete Named Range | Tool to delete a named range from a google document. use when you need to remove a previously defined named range by its id or name. |
| `GOOGLESUPER_DELETE_PARAGRAPH_BULLETS` | Delete Paragraph Bullets | Tool to remove bullets from paragraphs within a specified range in a google document. use when you need to clear bullet formatting from a section of a document. |
| `GOOGLESUPER_DELETE_PERMISSION` | Delete Permission | Deletes a permission from a file by permission id. use when you need to revoke access for a specific user or group from a file. |
| `GOOGLESUPER_DELETE_REPLY` | Delete Reply | Tool to delete a specific reply by reply id. use when you need to remove a reply from a comment on a file. |
| `GOOGLESUPER_DELETE_SHEET` | Delete Sheet | Tool to delete a sheet (worksheet) from a spreadsheet. use when you need to remove a specific sheet from a google sheet document. |
| `GOOGLESUPER_DELETE_TABLE` | Delete Table | Tool to delete an entire table from a google document. use when you have the document id and the specific start and end index of the table element to be removed. the table's range can be found by inspecting the document's content structure. |
| `GOOGLESUPER_DELETE_TABLE_COLUMN` | Delete Table Column | Tool to delete a column from a table in a google document. use this tool when you need to remove a specific column from an existing table within a document. |
| `GOOGLESUPER_DELETE_TABLE_ROW` | Delete Table Row | Tool to delete a row from a table in a google document. use when you need to remove a specific row from an existing table. |
| `GOOGLESUPER_DELETE_TASK` | Delete task | Deletes a specified task from a given task list in google tasks. |
| `GOOGLESUPER_DELETE_TASK_LIST` | Delete task list | Permanently deletes an existing google task list, identified by `tasklist id`, along with all its tasks; this operation is irreversible. |
| `GOOGLESUPER_DISTANCE_MATRIX_API` | Distance Matrix | Calculates travel distance and time for a matrix of origins and destinations. supports different modes of transportation and options like departure/arrival times. use when needing to determine travel metrics between multiple points. |
| `GOOGLESUPER_DOWNLOAD_FILE` | Download a file from Google Drive | Downloads a file from google drive by its id. for google workspace documents (docs, sheets, slides), optionally exports to a specified `mime type`. for other file types, downloads in their native format regardless of mime type. |
| `GOOGLESUPER_DUPLICATE_CALENDAR` | Create a calendar | Creates a new, empty google calendar with the specified title (summary). |
| `GOOGLESUPER_EDIT_FILE` | Edit File | Updates an existing google drive file by overwriting its entire content with new text (max 10mb). |
| `GOOGLESUPER_EMPTY_TRASH` | Empty Trash | Tool to permanently delete all of the user's trashed files. use when you want to empty the trash in google drive. |
| `GOOGLESUPER_EVENTS_INSTANCES` | Get Event Instances | Returns instances of the specified recurring event. |
| `GOOGLESUPER_EVENTS_LIST` | List Events | Returns events on the specified calendar. |
| `GOOGLESUPER_EVENTS_MOVE` | Move Event | Moves an event to another calendar, i.e., changes an event's organizer. |
| `GOOGLESUPER_EVENTS_WATCH` | Watch Events | Watch for changes to events resources. |
| `GOOGLESUPER_EXECUTE_SQL` | Execute SQL on Spreadsheet | Execute sql queries against google sheets tables. supports select, insert, update, and delete operations with familiar sql syntax. tables are automatically detected and mapped from the spreadsheet structure. |
| `GOOGLESUPER_FETCH_EMAILS` | Fetch emails | Fetches a list of email messages from a gmail account, supporting filtering, pagination, and optional full content retrieval. |
| `GOOGLESUPER_FETCH_MESSAGE_BY_MESSAGE_ID` | Fetch message by message ID | Fetches a specific email message by its id, provided the `message id` exists and is accessible to the authenticated `user id`. |
| `GOOGLESUPER_FETCH_MESSAGE_BY_THREAD_ID` | Fetch Message by Thread ID | Retrieves messages from a gmail thread using its `thread id`, where the thread must be accessible by the specified `user id`. |
| `GOOGLESUPER_FILES_MODIFY_LABELS` | Modify File Labels | Modifies the set of labels applied to a file. returns a list of the labels that were added or modified. use when you need to programmatically change labels on a google drive file, such as adding, updating, or removing them. |
| `GOOGLESUPER_FIND_EVENT` | Find event | Finds events in a specified google calendar using text query, time ranges (event start/end, last modification), and event types; ensure `timemin` is not chronologically after `timemax` if both are provided. |
| `GOOGLESUPER_FIND_FILE` | Find file | Tool to list or search for files and folders in google drive. use when you need to find specific files based on query criteria or list contents of a drive/folder. |
| `GOOGLESUPER_FIND_FOLDER` | Find folder | Tool to find a folder in google drive by its name and optionally a parent folder. use when you need to locate a specific folder to perform further actions like creating files in it or listing its contents. |
| `GOOGLESUPER_FIND_FREE_SLOTS` | Find free slots | Finds both free and busy time slots in google calendars for specified calendars within a defined time range (defaults to the current day utc if `time min`/`time max` are omitted). returns busy intervals enriched with event details and calculates free slots by finding gaps between busy periods; `time min` must precede `time max` if both are provided. |
| `GOOGLESUPER_FIND_WORKSHEET_BY_TITLE` | Find worksheet by title | Finds a worksheet by its exact, case-sensitive title within a google spreadsheet; returns a boolean indicating if found and the complete metadata of the entire spreadsheet, regardless of whether the target worksheet is found. |
| `GOOGLESUPER_FORMAT_CELL` | Format cell | Applies text and background cell formatting to a specified range in a google sheets worksheet. |
| `GOOGLESUPER_FORWARD_MESSAGE` | Forward email message | Forward an existing gmail message to specified recipients, preserving original body and attachments. |
| `GOOGLESUPER_FREE_BUSY_QUERY` | Query Free/Busy Information | Returns free/busy information for a set of calendars. |
| `GOOGLESUPER_GENERATE_IDS` | Generate File IDs | Generates a set of file ids which can be provided in create or copy requests. use when you need to pre-allocate ids for new files or copies. |
| `GOOGLESUPER_GET_ABOUT` | Get about | Tool to retrieve information about the user, the user's drive, and system capabilities. use when you need to check storage quotas, user details, or supported import/export formats. |
| `GOOGLESUPER_GET_ACCOUNT` | Get Account | Tool to retrieve a single account by its resource name. use when you need detailed account info after confirming the account resource name (e.g., accounts/100). |
| `GOOGLESUPER_GET_ALBUM` | Get Album | Returns the album based on the specified albumid. |
| `GOOGLESUPER_GET_ATTACHMENT` | Get Gmail attachment | Retrieves a specific attachment by id from a message in a user's gmail mailbox, requiring valid message and attachment ids. |
| `GOOGLESUPER_GET_CALENDAR` | Get Google Calendar | Retrieves a specific google calendar, identified by `calendar id`, to which the authenticated user has access. |
| `GOOGLESUPER_GET_CAMPAIGN_BY_ID` | Get Campaign By Id | Getcampaignbyid tool will return details of a campaign in google ads. |
| `GOOGLESUPER_GET_CAMPAIGN_BY_NAME` | Get campaign by name | Getcampaignbyname tool will run a sql getcampaignbyname in google ads. |
| `GOOGLESUPER_GET_CHANGES_START_PAGE_TOKEN` | Get Changes Start Page Token | Tool to get the starting pagetoken for listing future changes in google drive. use this when you need to track changes to files and folders. |
| `GOOGLESUPER_GET_CHARTS_FROM_SPREADSHEET` | Get Charts from Spreadsheet | Tool to retrieve a list of all charts from a specified google sheets spreadsheet. use when you need to get chart ids and their specifications for embedding or referencing elsewhere, such as in google docs. |
| `GOOGLESUPER_GET_COMMENT` | Get Comment | Tool to get a comment by id. use when you need to retrieve a specific comment from a google drive file and have both the file id and comment id. |
| `GOOGLESUPER_GET_CONFERENCE_RECORD_FOR_MEET` | Get conference record | Get conference record |
| `GOOGLESUPER_GET_CONTACTS` | Get contacts | Fetches contacts (connections) for the authenticated google account, allowing selection of specific data fields and pagination. |
| `GOOGLESUPER_GET_CURRENT_DATE_TIME` | Get current date and time | Gets the current date and time, allowing for a specific timezone offset. |
| `GOOGLESUPER_GET_CUSTOMER_LISTS` | Get customer lists | Getcustomerlists tool will list all customer lists in google ads. |
| `GOOGLESUPER_GET_DIRECTION` | Get directions | Fetches detailed directions between an origin and a destination, supporting intermediate waypoints and various travel modes. |
| `GOOGLESUPER_GET_DOCUMENT_BY_ID` | Get document by id | Retrieves an existing google document by its id; will error if the document is not found. |
| `GOOGLESUPER_GET_DRIVE` | Get Shared Drive | Tool to get a shared drive by id. use when you need to retrieve information about a specific shared drive. |
| `GOOGLESUPER_GET_FILE_METADATA` | Get File Metadata | Tool to get a file's metadata by id. use when you need to retrieve the metadata for a specific file in google drive. |
| `GOOGLESUPER_GET_MEDIA_ITEM_DOWNLOAD` | Download Photos Media Item | Downloads a media item from google photos and returns it as a file. |
| `GOOGLESUPER_GET_MEET` | Get Meet details | Retrieve details of a google meet space using its unique identifier. |
| `GOOGLESUPER_GET_PARTICIPANT_SESSION` | Get Participant Session | Tool to get a specific participant session from a conference record. use when you need to retrieve details about a particular participant in a past meeting. |
| `GOOGLESUPER_GET_PEOPLE` | Get People | Retrieves either a specific person's details (using `resource name`) or lists 'other contacts' (if `other contacts` is true), with `person fields` specifying the data to return. |
| `GOOGLESUPER_GET_PERMISSION` | Get Permission | Gets a permission by id. use this tool to retrieve a specific permission for a file or shared drive. |
| `GOOGLESUPER_GET_PROFILE` | Get Profile | Retrieves key gmail profile information (email address, message/thread totals, history id) for a user. |
| `GOOGLESUPER_GET_RECORDINGS_BY_CONFERENCE_RECORD_ID` | Get recordings by conference record ID | Retrieves recordings from google meet for a given conference record id. |
| `GOOGLESUPER_GET_REPLY` | Get Reply | Tool to get a specific reply to a comment on a file. use when you need to retrieve the details of a particular reply. |
| `GOOGLESUPER_GET_REVISION` | Get Revision | Tool to get a specific revision's metadata by revision id. use when you need to retrieve information about a particular version of a file. |
| `GOOGLESUPER_GET_ROUTE` | Get Route | Calculates one or more routes between two specified locations using various travel modes and preferences; addresses must be resolvable by google maps. |
| `GOOGLESUPER_GET_SHEET_NAMES` | Get sheet names | Lists all worksheet names from a specified google spreadsheet (which must exist), useful for discovering sheets before further operations. |
| `GOOGLESUPER_GET_SPREADSHEET_BY_DATA_FILTER` | Get Spreadsheet by Data Filter | Returns the spreadsheet at the given id, filtered by the specified data filters. use this tool when you need to retrieve specific subsets of data from a google sheet based on criteria like a1 notation, developer metadata, or grid ranges. |
| `GOOGLESUPER_GET_SPREADSHEET_INFO` | Get spreadsheet info | Retrieves comprehensive metadata for a google spreadsheet using its id, excluding cell data. |
| `GOOGLESUPER_GET_TABLE_SCHEMA` | Get Table Schema | This action is used to get the schema of a table in a google spreadsheet, call this action to get the schema of a table in a spreadsheet before you query the table. analyze table structure and infer column names, types, and constraints. uses statistical analysis of sample data to determine the most likely data type for each column. call this action after calling the list tables action to get the schema of a table in a spreadsheet. |
| `GOOGLESUPER_GET_TASK` | Get Task | Use to retrieve a specific google task if its `task id` and parent `tasklist id` are known. |
| `GOOGLESUPER_GET_TASK_LIST` | Get task list | Retrieves a specific task list from the user's google tasks if the `tasklist id` exists for the authenticated user. |
| `GOOGLESUPER_GET_TRANSCRIPTS_BY_CONFERENCE_RECORD_ID` | Get transcripts by conference record ID | Retrieves all transcripts for a specific google meet conference using its conferencerecord id. |
| `GOOGLESUPER_GOOGLE_DRIVE_DELETE_FOLDER_OR_FILE_ACTION` | Delete folder or file | Tool to delete a file or folder in google drive. use when you need to permanently remove a specific file or folder using its id. note: this action is irreversible. |
| `GOOGLESUPER_HIDE_DRIVE` | Hide Shared Drive | Tool to hide a shared drive from the default view. use when you want to remove a shared drive from the user's main google drive interface without deleting it. |
| `GOOGLESUPER_INSERT_DIMENSION` | Insert Dimension in Google Sheet | Tool to insert new rows or columns into a sheet at a specified location. use when you need to add empty rows or columns within an existing google sheet. |
| `GOOGLESUPER_INSERT_INLINE_IMAGE` | Insert Inline Image | Tool to insert an image from a given uri at a specified location in a google document as an inline image. use when you need to add an image to a document programmatically. |
| `GOOGLESUPER_INSERT_PAGE_BREAK` | Insert Page Break | Tool to insert a page break into a google document. use when you need to start new content on a fresh page, such as at the end of a chapter or section. |
| `GOOGLESUPER_INSERT_TABLE_ACTION` | Insert Table in Google Doc | Tool to insert a table into a google document. use when you need to add a new table at a specific location or at the end of a segment (like document body, header, or footer) in a document. |
| `GOOGLESUPER_INSERT_TABLE_COLUMN` | Insert Table Column | Tool to insert a new column into a table in a google document. use this tool when you need to add a column to an existing table at a specific location. |
| `GOOGLESUPER_INSERT_TASK` | Insert Task | Creates a new task in a given `tasklist id`, optionally as a subtask of an existing `task parent` or positioned after an existing `task previous` sibling, where both `task parent` and `task previous` must belong to the same `tasklist id` if specified. |
| `GOOGLESUPER_INSERT_TEXT_ACTION` | Insert Text into Document | Tool to insert a string of text at a specified location within a google document. use when you need to add new text content to an existing document. |
| `GOOGLESUPER_LIST_ACCOUNTS` | List Accounts | Tool to list all accounts accessible by the caller. use when you need to enumerate all google analytics accounts your credentials can access. |
| `GOOGLESUPER_LIST_ACL_RULES` | List ACL Rules | Retrieves the list of access control rules (acls) for a specified calendar, providing the necessary 'rule id' values required for updating specific acl rules. |
| `GOOGLESUPER_LIST_ALBUMS` | List Albums | Lists all albums shown to a user in the albums tab of google photos. |
| `GOOGLESUPER_LIST_AUDIENCES` | List Audiences | Tool to list all audiences on a property. use when you need to fetch all audiences for a ga4 property after confirming its existence. |
| `GOOGLESUPER_LIST_CALENDARS` | List Google Calendars | Retrieves calendars from the user's google calendar list, with options for pagination and filtering. |
| `GOOGLESUPER_LIST_CHANGES` | List Changes | Tool to list the changes for a user or shared drive. use when you need to track modifications to files and folders, such as creations, deletions, or permission changes. this action requires a `pagetoken` which can be initially obtained using the `get changes start page token` action or from a previous `list changes` response. |
| `GOOGLESUPER_LIST_COMMENTS` | List Comments | Tool to list all comments for a file in google drive. use when you need to retrieve comments associated with a specific file. |
| `GOOGLESUPER_LIST_CONFERENCE_RECORDS` | List Conference Records | Tool to list conference records. use when you need to retrieve a list of past conferences, optionally filtering them by criteria like meeting code, space name, or time range. |
| `GOOGLESUPER_LIST_DRAFTS` | List drafts | Retrieves a paginated list of email drafts from a user's gmail account. use verbose=true to get full draft details including subject, body, sender, and timestamp. |
| `GOOGLESUPER_LIST_FILE_LABELS` | List File Labels | Tool to list the labels on a file. use when you need to retrieve all labels associated with a specific file in google drive. |
| `GOOGLESUPER_LIST_FILES` | List Files and Folders | Tool to list a user's files and folders in google drive. use this to search or browse for files and folders based on various criteria. |
| `GOOGLESUPER_LIST_LABELS` | List Gmail labels | Retrieves a list of all system and user-created labels for the specified gmail account. |
| `GOOGLESUPER_LIST_MEDIA_ITEMS` | List Media Items | Lists all media items from a user's google photos library. |
| `GOOGLESUPER_LIST_PARTICIPANT_SESSIONS` | List Participant Sessions | Tool to list all participant sessions for a specific conference record in google meet. use this when you need to retrieve a list of participants who joined a particular meeting. |
| `GOOGLESUPER_LIST_PERMISSIONS` | List Permissions | Tool to list a file's permissions. use when you need to retrieve all permissions associated with a specific file or shared drive. |
| `GOOGLESUPER_LIST_REPLIES_TO_COMMENT` | List Replies to Comment | Tool to list replies to a comment in google drive. use this when you need to retrieve all replies associated with a specific comment on a file. |
| `GOOGLESUPER_LIST_REVISIONS` | List File Revisions | Tool to list a file's revisions. use when you need to retrieve the revision history of a specific file in google drive. |
| `GOOGLESUPER_LIST_SHARED_DRIVES` | List Shared Drives | Tool to list the user's shared drives. use when you need to get a list of all shared drives accessible to the authenticated user. |
| `GOOGLESUPER_LIST_SPREADSHEET_CHARTS_ACTION` | List Charts from Spreadsheet | Tool to retrieve a list of charts with their ids and metadata from a google sheets spreadsheet. use to identify charts available for embedding into google docs. |
| `GOOGLESUPER_LIST_TABLES` | List Tables in Spreadsheet | This action is used to list all tables in a google spreadsheet, call this action to get the list of tables in a spreadsheet. discover all tables in a google spreadsheet by analyzing sheet structure and detecting data patterns. uses heuristic analysis to find header rows, data boundaries, and table structures. |
| `GOOGLESUPER_LIST_TASK_LISTS` | List task lists | Fetches the authenticated user's task lists from google tasks; results may be paginated. |
| `GOOGLESUPER_LIST_TASKS` | List Tasks | Retrieves tasks from a google tasks list; all date/time strings must be rfc3339 utc, and `showcompleted` must be true if `completedmin` or `completedmax` are specified. |
| `GOOGLESUPER_LIST_THREADS` | List threads | Retrieves a list of email threads from a gmail account, identified by `user id` (email address or 'me'), supporting filtering and pagination. |
| `GOOGLESUPER_LOOKUP_SPREADSHEET_ROW` | Look up spreadsheet row | Finds the first row in a google spreadsheet where a cell's entire content exactly matches the query string, searching within a specified a1 notation range or the first sheet by default. |
| `GOOGLESUPER_MAPS_EMBED_API` | Embed Google Map | Tool to generate an embeddable google map url and html iframe code. use when you need to display a map (place, view, directions, street view, search) on a webpage without javascript. |
| `GOOGLESUPER_MODIFY_THREAD_LABELS` | Modify thread labels | Adds or removes specified existing label ids from a gmail thread, affecting all its messages; ensure the thread id is valid. |
| `GOOGLESUPER_MOVE_FILE` | Move File | Tool to move a file from one folder to another in google drive. use when you need to reorganize files by changing their parent folder(s). |
| `GOOGLESUPER_MOVE_TASK` | Move Task | Moves the specified task to another position in the destination task list. |
| `GOOGLESUPER_MOVE_TO_TRASH` | Move to Trash | Moves an existing, non-deleted email message to the trash for the specified user. |
| `GOOGLESUPER_NEARBY_SEARCH` | Nearby search | Searches for places (e.g., restaurants, parks) within a specified circular area, with options to filter by place types and customize the returned fields and number of results. |
| `GOOGLESUPER_PATCH_CALENDAR` | Patch Calendar | Partially updates (patches) an existing google calendar, modifying only the fields provided; `summary` is mandatory and cannot be an empty string, and an empty string for `description` or `location` clears them. |
| `GOOGLESUPER_PATCH_EVENT` | Patch Event | Updates specified fields of an existing event in a google calendar using patch semantics (array fields like `attendees` are fully replaced if provided); ensure the `calendar id` and `event id` are valid and the user has write access to the calendar. |
| `GOOGLESUPER_PATCH_LABEL` | Patch Label | Patches the specified label. |
| `GOOGLESUPER_PATCH_TASK` | Patch Task | Partially updates an existing task (identified by `task id`) within a specific google task list (identified by `tasklist id`), modifying only the provided attributes from `taskinput` (e.g., `title`, `notes`, `due` date, `status`) and requiring both the task and list to exist. |
| `GOOGLESUPER_PATCH_TASK_LIST` | Patch task list | Updates the title of an existing google tasks task list. |
| `GOOGLESUPER_QUERY_TABLE` | Query Spreadsheet Table | This action is used to query a table in a google spreadsheet, call this action to query a table in a spreadsheet. execute sql-like select queries against spreadsheet tables. supports where conditions, order by, limit clauses. call this action after calling the get table schema action to query a table in a spreadsheet. |
| `GOOGLESUPER_QUICK_ADD` | Quick Add Event | Parses natural language text to quickly create a basic google calendar event with its title, date, and time, suitable for simple scheduling; does not support direct attendee addition or recurring events, and `calendar id` must be valid if not 'primary'. |
| `GOOGLESUPER_REMOVE_ATTENDEE` | Remove attendee from event | Removes an attendee from a specified event in a google calendar; the calendar and event must exist. |
| `GOOGLESUPER_REMOVE_LABEL` | Remove label | Permanently deletes a specific, existing user-created gmail label by its id for a user; cannot delete system labels. |
| `GOOGLESUPER_REPLACE_ALL_TEXT` | Replace All Text in Document | Tool to replace all occurrences of a specified text string with another text string throughout a google document. use when you need to perform a global find and replace operation within a document. |
| `GOOGLESUPER_REPLACE_IMAGE` | Replace Image in Document | Tool to replace a specific image in a document with a new image from a uri. use when you need to update an existing image within a google doc. |
| `GOOGLESUPER_REPLY_TO_THREAD` | Reply to email thread | Sends a reply within a specific gmail thread using the original thread's subject, requiring a valid `thread id` and correctly formatted email addresses. supports attachments via the `attachment` parameter with valid `s3key`, `mimetype`, and `name`. |
| `GOOGLESUPER_SEARCH_DEVELOPER_METADATA` | Search Developer Metadata | Tool to search for developer metadata in a spreadsheet. use when you need to find specific metadata entries based on filters. |
| `GOOGLESUPER_SEARCH_DOCUMENTS` | Search Documents | Search for google documents using various filters including name, content, date ranges, and more. |
| `GOOGLESUPER_SEARCH_MEDIA_ITEMS` | Search Media Items | Searches for media items in a user's google photos library. |
| `GOOGLESUPER_SEARCH_PEOPLE` | Search People | Searches contacts by matching the query against names, nicknames, emails, phone numbers, and organizations, optionally including 'other contacts'. |
| `GOOGLESUPER_SEARCH_SPREADSHEETS` | Search Spreadsheets | Search for google spreadsheets using various filters including name, content, date ranges, and more. |
| `GOOGLESUPER_SEND_DRAFT` | Send Draft | Sends the specified, existing draft to the recipients in the to, cc, and bcc headers. |
| `GOOGLESUPER_SEND_EMAIL` | Send Email | Sends an email via gmail api using the authenticated user's google profile display name, requiring `is html=true` if the body contains html and valid `s3key`, `mimetype`, `name` for any attachment. |
| `GOOGLESUPER_SET_BASIC_FILTER` | Set Basic Filter | Tool to set a basic filter on a sheet in a google spreadsheet. use when you need to filter or sort data within a specific range on a sheet. |
| `GOOGLESUPER_SETTINGS_LIST` | List Settings | Returns all user settings for the authenticated user. |
| `GOOGLESUPER_SETTINGS_WATCH` | Watch Settings | Watch for changes to settings resources. |
| `GOOGLESUPER_SHEET_FROM_JSON` | Create sheet from JSON | Creates a new google spreadsheet and populates its first worksheet from `sheet json`, which must be non-empty as its first item's keys establish the headers. |
| `GOOGLESUPER_SPREADSHEETS_SHEETS_COPY_TO` | Copy Sheet to Another Spreadsheet | Tool to copy a single sheet from a spreadsheet to another spreadsheet. use when you need to duplicate a sheet into a different spreadsheet. |
| `GOOGLESUPER_SPREADSHEETS_VALUES_APPEND` | Append Values to Spreadsheet | Tool to append values to a spreadsheet. use when you need to add new data to the end of an existing table in a google sheet. |
| `GOOGLESUPER_SPREADSHEETS_VALUES_BATCH_CLEAR` | Batch Clear Spreadsheet Values | Tool to clear one or more ranges of values from a spreadsheet. use when you need to remove data from specific cells or ranges while keeping formatting and other properties intact. |
| `GOOGLESUPER_SPREADSHEETS_VALUES_BATCH_CLEAR_BY_DATA_FILTER` | Batch Clear Values By Data Filter | Clears one or more ranges of values from a spreadsheet using data filters. the caller must specify the spreadsheet id and one or more datafilters. ranges matching any of the specified data filters will be cleared. only values are cleared -- all other properties of the cell (such as formatting, data validation, etc..) are kept. |
| `GOOGLESUPER_SPREADSHEETS_VALUES_BATCH_GET_BY_DATA_FILTER` | Batch Get Spreadsheet Values by Data Filter | Tool to return one or more ranges of values from a spreadsheet that match the specified data filters. use when you need to retrieve specific data sets based on filtering criteria rather than entire sheets or fixed ranges. |
| `GOOGLESUPER_STOP_WATCH_CHANNEL` | Stop Watch Channel | Tool to stop watching resources through a specified channel. use this when you want to stop receiving notifications for a previously established watch. |
| `GOOGLESUPER_SYNC_EVENTS` | Sync Events | Synchronizes google calendar events, performing a full sync if no `sync token` is provided or if a 410 gone error (due to an expired token) necessitates it, otherwise performs an incremental sync for events changed since the `sync token` was issued. |
| `GOOGLESUPER_TEXT_SEARCH` | Text Search | Searches for places on google maps using a textual query (e.g., "restaurants in london", "eiffel tower"). |
| `GOOGLESUPER_UNHIDE_DRIVE` | Unhide Shared Drive | Tool to unhide a shared drive. use when you need to restore a shared drive to the default view. |
| `GOOGLESUPER_UNMERGE_TABLE_CELLS` | Unmerge Table Cells | Tool to unmerge previously merged cells in a table. use this when you need to revert merged cells in a google document table back to their individual cell states. |
| `GOOGLESUPER_UNTRASH_FILE` | Untrash File | Tool to restore a file from the trash. use when you need to recover a deleted file. this action updates the file's metadata to set the 'trashed' property to false. |
| `GOOGLESUPER_UPDATE_ACL_RULE` | Update ACL Rule | Updates an access control rule for the specified calendar. |
| `GOOGLESUPER_UPDATE_ALBUM` | Update Album | Updates an album's title or cover photo in google photos. |
| `GOOGLESUPER_UPDATE_COMMENT` | Update Comment | Tool to update an existing comment on a google drive file. use when you need to change the content or status (e.g., resolve) of a comment. |
| `GOOGLESUPER_UPDATE_DOCUMENT_MARKDOWN` | Update Document Markdown | Replaces the entire content of an existing google docs document with new markdown text; requires edit permissions for the document. |
| `GOOGLESUPER_UPDATE_DOCUMENT_STYLE` | Update Document Style | Tool to update the overall document style, such as page size, margins, and default text direction. use when you need to modify the global style settings of a google document. |
| `GOOGLESUPER_UPDATE_DRIVE` | Update Shared Drive | Tool to update the metadata for a shared drive. use when you need to modify properties like the name, theme, background image, or restrictions of a shared drive. |
| `GOOGLESUPER_UPDATE_EVENT` | Update Google event | Updates an existing event by `event id` in a google calendar; this is a full put replacement, so provide all desired fields as unspecified ones may be cleared or reset. |
| `GOOGLESUPER_UPDATE_EXISTING_DOCUMENT` | Update existing document | Applies programmatic edits, such as text insertion, deletion, or formatting, to a specified google doc using the `batchupdate` api method. |
| `GOOGLESUPER_UPDATE_FILE_PUT` | Update File (Metadata) | Updates file metadata. uses patch semantics (partial update) as per google drive api v3. use this tool to modify attributes of an existing file like its name, description, or parent folders. note: this action currently supports metadata updates only. file content updates require multipart/related upload and are not yet implemented. |
| `GOOGLESUPER_UPDATE_FILE_REVISION_METADATA` | Update File Revision Metadata | Updates metadata of a file revision (e.g., keepforever, publish). use this tool to modify the metadata of a specific revision of a file in google drive. |
| `GOOGLESUPER_UPDATE_MEDIA_ITEM` | Update Media Item | Updates a media item's description in google photos. |
| `GOOGLESUPER_UPDATE_PERMISSION` | Update Permission | Tool to update a permission with patch semantics. use when you need to modify an existing permission for a file or shared drive. |
| `GOOGLESUPER_UPDATE_REPLY` | Update Reply | Tool to update a reply to a comment on a google drive file. use when you need to modify the content of an existing reply. |
| `GOOGLESUPER_UPDATE_SHEET_PROPERTIES` | Update Sheet Properties | Tool to update properties of a sheet (worksheet) within a google spreadsheet, such as its title, index, visibility, tab color, or grid properties. use this when you need to modify the metadata or appearance of a specific sheet. |
| `GOOGLESUPER_UPDATE_SPACE` | Update Google Meet Space | Updates a meeting space. use this tool to modify the settings of an existing google meet space. requires the space resource in the request body and the space name in the path. |
| `GOOGLESUPER_UPDATE_SPREADSHEET_PROPERTIES` | Update Spreadsheet Properties | Tool to update properties of a spreadsheet, such as its title, locale, or auto-recalculation settings. use when you need to modify the overall configuration of a google sheet. |
| `GOOGLESUPER_UPDATE_TABLE_ROW_STYLE` | Update Table Row Style | Tool to update the style of a table row in a google document. use when you need to modify the appearance of specific rows within a table, such as setting minimum row height or marking rows as headers. |
| `GOOGLESUPER_UPDATE_TASK` | Update Task | Updates the specified task. |
| `GOOGLESUPER_UPDATE_TASK_LIST` | Update Task List | Updates the authenticated user's specified task list. |
| `GOOGLESUPER_UPLOAD_FILE` | Upload File | Uploads a file (max 5mb) to google drive, moving it to a specified folder if a valid folder id is provided, otherwise uploads to root. |
| `GOOGLESUPER_UPLOAD_MEDIA` | Upload Media | Upload a media file to google photos. supports images (up to 200mb) and videos (up to 20gb). |
| `GOOGLESUPER_WATCH_CHANGES` | Watch Drive Changes | Tool to subscribe to changes for a user or shared drive in google drive. use when you need to monitor a google drive for modifications and receive notifications at a specified webhook url. |

## Supported Triggers

| Trigger slug | Name | Description |
|---|---|---|
| `GOOGLESUPER_AGGREGATE_METRIC_CHANGED_TRIGGER` | Aggregate Metric Changed | Triggers when an aggregate metric (SUM/COUNT/AVG/MIN/MAX) changes in a Google Sheets spreadsheet. This trigger monitors an aggregate calculation on a target column (optionally filtered by a search column/value) and fires when the calculated result changes. |
| `GOOGLESUPER_ATTENDEE_RESPONSE_CHANGED_TRIGGER` | Attendee Response Changed | Polling trigger that fires when any attendee's RSVP changes to accepted, declined, or tentative. Returns attendee info and current status. |
| `GOOGLESUPER_CELL_RANGE_VALUES_CHANGED_TRIGGER` | Cell Range Values Changed | Triggers when values in a specified A1 range change in Google Sheets. This trigger monitors a specific cell or range of cells and fires when any values change. |
| `GOOGLESUPER_COMMENT_ADDED_TRIGGER` | Comment Added (Docs/Sheets/Slides) | Triggers when a new comment is added to Google Docs, Sheets, or Slides. |
| `GOOGLESUPER_CONDITIONAL_FORMAT_RULE_CHANGED_TRIGGER` | Conditional Format Rule Changed | Triggers when conditional formatting rules change in a Google Spreadsheet. Detects when rules are added, updated, or removed. Uses snapshot-based diffing to detect changes between polls. |
| `GOOGLESUPER_DATA_VALIDATION_RULE_CHANGED_TRIGGER` | Data Validation Rule Changed | Triggers when data validation rules change (added/updated/removed) in a Google Spreadsheet. Uses snapshot-based diffing to detect changes between polls. |
| `GOOGLESUPER_DEVELOPER_METADATA_CHANGED_TRIGGER` | Developer Metadata Changed | Triggers when developer metadata entries change (new/updated/removed) in a Google Spreadsheet. Uses snapshot-based diffing to detect changes between polls. |
| `GOOGLESUPER_DOCUMENT_CREATED_TRIGGER` | New Document Created | Triggers when a new Google Doc is created. This trigger monitors Google Docs and fires when new documents are detected. Uses timestamp filtering to efficiently poll for new documents. |
| `GOOGLESUPER_DOCUMENT_DELETED_TRIGGER` | Document Deleted | Triggers when an existing Google Doc is deleted (moved to trash). This trigger monitors Google Docs and fires when documents are trashed. |
| `GOOGLESUPER_DOCUMENT_PLACEHOLDER_FILLED_TRIGGER` | Document Placeholder Filled | Triggers when a Google Doc's plain text changes such that a configured placeholder token/pattern is no longer present (i.e., the document has been filled in). This trigger monitors a specific Google Doc and fires when a placeholder pattern that was previously present is no longer found in the document's plain text. |
| `GOOGLESUPER_DOCUMENT_SEARCH_UPDATE_TRIGGER` | Document Search Update | Triggers when a Google Doc matching a user-defined search query is newly created or updated since the last poll. This trigger uses timestamp filtering to efficiently monitor documents. |
| `GOOGLESUPER_DOCUMENT_STRUCTURE_CHANGED_TRIGGER` | Document Structure Changed | Triggers when a Google Doc's structure changes (headers/footers added/removed, tables/images count changes). This trigger monitors a specific document for structural changes like: - Headers added or removed - Footers added or removed - Tables added or removed - Images (inline objects) added or removed - Positioned objects added or removed - Footnotes added or removed |
| `GOOGLESUPER_DOCUMENT_UPDATED_TRIGGER` | Document Updated | Triggers when an existing Google Doc is updated or modified. This trigger monitors Google Docs and fires when documents are updated. |
| `GOOGLESUPER_DOCUMENT_WORD_COUNT_THRESHOLD_TRIGGER` | Document Word Count Threshold | Triggers when a Google Doc's word/character count crosses a user-defined threshold. This trigger monitors a specific Google Doc and fires when its word or character count becomes greater than or equal to the configured threshold value. |
| `GOOGLESUPER_EMAIL_SENT_TRIGGER` | Email Sent | Triggers when a Gmail message is sent by the authenticated user. It polls the 'SENT' label and emits metadata including sender, recipients, subject, timestamp, and thread ID. |
| `GOOGLESUPER_EVENT_CANCELED_DELETED_TRIGGER` | Event Canceled or Deleted | Triggers when a Google Calendar event is cancelled or deleted. Returns minimal data: event_id, summary (if available), and cancellation timestamp. |
| `GOOGLESUPER_EVENT_STARTING_SOON_TRIGGER` | Event Starting Soon | Triggers when a calendar event is within a configured number of minutes from starting. Returns event details, time remaining, attendees, and join links when available. |
| `GOOGLESUPER_FILE_CREATED_TRIGGER` | File Created | Triggers when a new file is created/added in Google Drive. This trigger monitors files and fires when new files are detected. |
| `GOOGLESUPER_FILE_DELETED_OR_TRASHED_TRIGGER` | File Deleted or Trashed | Triggers when a file is moved to trash or permanently deleted in Google Drive. |
| `GOOGLESUPER_FILE_SHARED_PERMISSIONS_ADDED` | File Shared (Permissions Added) | Triggers when new sharing permissions are granted to a file or folder in Google Drive. This trigger monitors the Drive Changes API to detect files that changed and, for those files, compares their current permissions against previously seen permissions to identify newly added sharing entries. |
| `GOOGLESUPER_FILE_UPDATED_TRIGGER` | File Updated | Triggers when a file's metadata or content changes in Google Drive. Emits file ID, modification timestamp, and editor info. |
| `GOOGLESUPER_FILTERED_RANGE_VALUES_CHANGED_TRIGGER` | Filtered Range Values Changed | Polling trigger that monitors Google Sheets filtered ranges for value changes. Uses snapshot-based diffing to detect when values matching a data filter change. Emits the matched values when changes are detected. |
| `GOOGLESUPER_FOLDER_CREATED_TRIGGER` | New Folder Created in Root | Triggers when a new folder is created in the root folder of Google Drive. This trigger monitors Google Drive and fires when new folders are detected in the root directory. |
| `GOOGLESUPER_GOOGLE_CALENDAR_EVENT_CHANGE_TRIGGER` | Calendar Event Changes | **SOON TO BE DEPRECATED** - Use Calendar Event Sync (polling trigger) instead. Real-time webhook trigger for calendar event changes. Returns event metadata only. For full event data, use Calendar Event Sync (polling trigger). |
| `GOOGLESUPER_GOOGLE_CALENDAR_EVENT_CREATED_TRIGGER` | Event Created | Polling trigger that fires when a new calendar event is created. Returns event ID, summary, start/end times, and organizer info. |
| `GOOGLESUPER_GOOGLE_CALENDAR_EVENT_SYNC_TRIGGER` | Calendar Event Sync | Polling trigger that returns full event data including details, attendees, and metadata. For real-time notifications with basic info, use Calendar Event Changes (webhook). |
| `GOOGLESUPER_GOOGLE_CALENDAR_EVENT_UPDATED_TRIGGER` | Event Updated | Triggers when an existing Google Calendar event is modified. Returns the event ID, change type, and the specific fields that changed with their previous and new values. |
| `GOOGLESUPER_GOOGLE_DRIVE_CHANGES` | Google Drive Changes | Triggers when changes are detected in a Google Drive. |
| `GOOGLESUPER_KEYWORD_DETECTED_TRIGGER` | Keyword Detected in Document | Triggers when a specific keyword or phrase first appears in a Google Doc. This trigger monitors a Google Doc and fires once when the specified keyword is detected. After the keyword is found, the trigger will not fire again until reset. |
| `GOOGLESUPER_NEW_FILE_MATCHING_QUERY_TRIGGER` | New File Matching Query | Triggers when a new Google Drive file matches a provided query. |
| `GOOGLESUPER_NEW_MESSAGE` | New Gmail Message Received Trigger | Triggers when a new message is received in Gmail. |
| `GOOGLESUPER_NEW_ROWS_TRIGGER` | New Rows in Google Sheet | Simple polling trigger that monitors Google Sheets for new rows. Detects when new rows are added and returns the complete row data. Perfect for triggering any workflow based on new sheet entries. |
| `GOOGLESUPER_NEW_SHEET_ADDED_TRIGGER` | New Sheet Added in Google Spreadsheet | Polling trigger that detects when a new sheet is added to a Google Spreadsheet. |
| `GOOGLESUPER_NEW_SPREADSHEET_CREATED_TRIGGER` | New Spreadsheet Created | Triggers when a new Google Spreadsheet is created. This trigger monitors Google Spreadsheets and fires when new spreadsheets are detected. Uses timestamp filtering to efficiently detect newly created spreadsheets. |
| `GOOGLESUPER_NEW_TASK_CREATED_TRIGGER` | New Task Created | Triggers when a new task is created in a Google Tasks list. Uses timestamp filtering (updatedMin) to efficiently detect new tasks. |
| `GOOGLESUPER_NEW_TASK_LIST_CREATED_TRIGGER` | New Task List Created | Triggers when a new Google Tasks task list is created. This trigger monitors Google Tasks and fires when new task lists are detected. |
| `GOOGLESUPER_PAGE_ADDED_TRIGGER` | New Document Added | Triggers when a new Google Doc is added/created. This trigger monitors Google Docs and fires when new documents are detected. |
| `GOOGLESUPER_SLIDE_ADDED_TRIGGER` | New Slide Added | Fires when a new slide is added to a Google Slides presentation. |
| `GOOGLESUPER_SPREADSHEET_METADATA_CHANGED_TRIGGER` | Spreadsheet Metadata Changed | Polling trigger that detects when a Google Spreadsheet's metadata changes. Uses snapshot-based diffing to detect any changes in spreadsheet properties, sheets, named ranges, developer metadata, data sources, etc. |
| `GOOGLESUPER_SPREADSHEET_PROPERTIES_CHANGED_TRIGGER` | Spreadsheet Properties Changed | Polling trigger that detects when a Google Spreadsheet's top-level properties change. Monitors properties such as title, locale, timeZone, and autoRecalc settings. |
| `GOOGLESUPER_SPREADSHEET_ROW_CHANGED_TRIGGER` | Spreadsheet Row Changed | Triggers when a looked-up spreadsheet row changes. This trigger monitors a specific row (located by searching for a query value within a user-specified range) and fires when the row's values change, when the row appears, or when the row disappears. |
| `GOOGLESUPER_SPREADSHEET_SEARCH_MATCH_TRIGGER` | Spreadsheet Search Match | Triggers when a new spreadsheet appears that matches a saved search. This trigger uses snapshot-based diffing to detect when spreadsheets matching the search criteria are newly created or become visible to the user. |
| `GOOGLESUPER_TABLE_QUERY_RESULT_CHANGED_TRIGGER` | Table Query Result Changed | Triggers when the result set of a saved table query changes in Google Sheets. Detects rows added, removed, or updated in the query output. This trigger monitors the result of a SQL query against a Google Sheets table and fires when changes are detected. |
| `GOOGLESUPER_TABLE_SCHEMA_CHANGED_TRIGGER` | Table Schema Changed | Polling trigger that detects when a table's schema changes in Google Sheets. Monitors columns added/removed/renamed and inferred type/format changes. Uses snapshot-based diffing to compare schemas between polls. |
| `GOOGLESUPER_TASK_DETAILS_CHANGED_TRIGGER` | Task Details Changed | Triggers when a specific task's details change. This trigger monitors a single Google Task and fires when any of its details (title, notes, status, due date, completion, position) are modified. |
| `GOOGLESUPER_TASK_LIST_CHANGED_TRIGGER` | Task List Changed | Triggers when a task list changes (title or content updates). This trigger monitors a specific Google Tasks list and fires when changes are detected. |
| `GOOGLESUPER_TASK_UPDATED_TRIGGER` | Task Updated | Triggers when an existing task is updated in a Google Tasks list. This trigger monitors a specific task list and fires when tasks are modified. |
| `GOOGLESUPER_WORKSHEET_NAMES_CHANGED_TRIGGER` | Worksheet Names Changed | Triggers when the set of worksheet/tab names changes in a Google Spreadsheet. Detects when sheets are added, deleted, or renamed. |

## Creating MCP Server - Stand-alone vs Composio SDK

Once connected, VS Code can access the Google Super MCP server via Composio to run the app actions you authorize, directly from your coding workflow.

## Complete Code

None listed.

## Conclusion

### Way Forward
Now that Google Super is connected, extend your setup by connecting the other apps you already use every day, so your agent can run true cross-app workflows end to end.
- Connect Calendar to turn threads into scheduled meetings automatically.
- Connect Slack or Teams to post summaries, approvals, and alerts where your team works.
- Connect Notion, Linear, Jira, or Asana to convert requests into tickets, tasks, and docs.
- Connect Drive, Dropbox, or OneDrive to fetch, file, and share attachments without manual steps.
- Connect HubSpot or Salesforce to log customer context, update records, and draft follow-ups.
Start with one workflow you do repeatedly, then keep adding apps as you find new handoffs. With everything behind a single MCP endpoint, your agent can coordinate multiple tools safely and reliably in one conversation.

## How to build Google Super MCP Agent with another framework

- [ChatGPT](https://composio.dev/toolkits/googlesuper/framework/chatgpt)
- [OpenAI Agents SDK](https://composio.dev/toolkits/googlesuper/framework/open-ai-agents-sdk)
- [Claude Agent SDK](https://composio.dev/toolkits/googlesuper/framework/claude-agents-sdk)
- [Claude Code](https://composio.dev/toolkits/googlesuper/framework/claude-code)
- [Claude Cowork](https://composio.dev/toolkits/googlesuper/framework/claude-cowork)
- [Codex](https://composio.dev/toolkits/googlesuper/framework/codex)
- [Cursor](https://composio.dev/toolkits/googlesuper/framework/cursor)
- [OpenCode](https://composio.dev/toolkits/googlesuper/framework/opencode)
- [OpenClaw](https://composio.dev/toolkits/googlesuper/framework/openclaw)
- [Hermes](https://composio.dev/toolkits/googlesuper/framework/hermes-agent)
- [CLI](https://composio.dev/toolkits/googlesuper/framework/cli)
- [Google ADK](https://composio.dev/toolkits/googlesuper/framework/google-adk)
- [LangChain](https://composio.dev/toolkits/googlesuper/framework/langchain)
- [Vercel AI SDK](https://composio.dev/toolkits/googlesuper/framework/ai-sdk)
- [Mastra AI](https://composio.dev/toolkits/googlesuper/framework/mastra-ai)
- [LlamaIndex](https://composio.dev/toolkits/googlesuper/framework/llama-index)
- [CrewAI](https://composio.dev/toolkits/googlesuper/framework/crew-ai)

## Related Toolkits

- [Google Drive](https://composio.dev/toolkits/googledrive) - Google Drive is a cloud storage platform for uploading, sharing, and collaborating on files. It's perfect for keeping your documents accessible and organized across devices.
- [Google Docs](https://composio.dev/toolkits/googledocs) - Google Docs is a cloud-based word processor that enables document creation and real-time collaboration. Its seamless sharing and version history make team editing and content management a breeze.
- [Affinda](https://composio.dev/toolkits/affinda) - Affinda is an AI-powered document processing platform that automates data extraction from resumes, invoices, and more. It streamlines document-heavy workflows by turning files into structured, actionable data.
- [Agility cms](https://composio.dev/toolkits/agility_cms) - Agility CMS is a headless content management system for building and managing digital experiences across platforms. It lets teams update content quickly and deliver omnichannel experiences with ease.
- [Algodocs](https://composio.dev/toolkits/algodocs) - Algodocs is an AI-powered platform that automates data extraction from business documents. It delivers fast, secure, and accurate processing without templates or manual training.
- [Api2pdf](https://composio.dev/toolkits/api2pdf) - Api2Pdf is a REST API for generating PDFs from HTML, URLs, and documents using powerful engines like wkhtmltopdf and Headless Chrome. It streamlines document conversion and automation for developers and businesses.
- [Aryn](https://composio.dev/toolkits/aryn) - Aryn is an AI-powered platform for parsing, extracting, and analyzing data from unstructured documents. Use it to automate document processing and unlock actionable insights from your files.
- [Boldsign](https://composio.dev/toolkits/boldsign) - Boldsign is a digital eSignature platform for sending, signing, and tracking documents online. Organizations use it to automate agreements and manage legally binding workflows efficiently.
- [Boloforms](https://composio.dev/toolkits/boloforms) - BoloForms is an eSignature platform built for small businesses, offering unlimited signatures, templates, and forms. It simplifies digital document signing and team collaboration at a predictable, fixed price.
- [Box](https://composio.dev/toolkits/box) - Box is a cloud content management and file sharing platform for businesses. It helps teams securely store, organize, and collaborate on files from anywhere.
- [Carbone](https://composio.dev/toolkits/carbone) - Carbone is a blazing-fast report generator that turns JSON data into PDFs, Word docs, spreadsheets, and more using flexible templates. It lets you automate document creation at scale with minimal code.
- [Castingwords](https://composio.dev/toolkits/castingwords) - CastingWords is a transcription service specializing in human-powered, accurate transcripts via a simple API. Get seamless audio-to-text conversion for interviews, meetings, podcasts, and more.
- [Cloudconvert](https://composio.dev/toolkits/cloudconvert) - CloudConvert is a powerful file conversion service supporting over 200 file formats. It streamlines converting, compressing, and managing documents, media, and more, all in one place.
- [Cloudlayer](https://composio.dev/toolkits/cloudlayer) - Cloudlayer is a document and asset generation service for creating PDFs and images via API or SDKs. It lets you automate high-quality doc creation, saving dev time and reducing manual work.
- [Cloudpress](https://composio.dev/toolkits/cloudpress) - Cloudpress is a content export tool for Google Docs and Notion. It automates publishing to your favorite Content Management Systems.
- [Contentful graphql](https://composio.dev/toolkits/contentful_graphql) - Contentful graphql is a content delivery API that lets you access Contentful data using GraphQL queries. It gives you efficient, flexible ways to fetch and manage structured content for any digital project.
- [Conversion tools](https://composio.dev/toolkits/conversion_tools) - Conversion Tools is an online service for converting documents between formats such as PDF, Word, Excel, XML, and CSV. It lets you automate complex document workflows with just a few clicks.
- [Convertapi](https://composio.dev/toolkits/convertapi) - ConvertAPI is a robust file conversion service for documents, images, and spreadsheets. It streamlines programmatic format changes and lets developers automate complex workflows with a single API.
- [Craftmypdf](https://composio.dev/toolkits/craftmypdf) - CraftMyPDF is a web-based service for designing and generating PDFs with templates and live data. It streamlines document creation by automating personalized PDFs at scale.
- [Docmosis](https://composio.dev/toolkits/docmosis) - Docmosis generates PDF and Word documents from user-defined templates. It's perfect for merging data fields to quickly produce reports, invoices, and business letters.

## Frequently Asked Questions

### What are the differences in Tool Router MCP and Google Super MCP?

With a standalone Google Super MCP server, the agents and LLMs can only access a fixed set of Google Super tools tied to that server. However, with the Composio Tool Router, agents can dynamically load tools from Google Super and many other apps based on the task at hand, all through a single MCP endpoint.

### Can I use Tool Router MCP with VS Code?

Yes, you can. VS Code fully supports MCP integration. You get structured tool calling, message history handling, and model orchestration while Tool Router takes care of discovering and serving the right Google Super tools.

### Can I manage the permissions and scopes for Google Super while using Tool Router?

Yes, absolutely. You can configure which Google Super scopes and actions are allowed when connecting your account to Composio. You can also bring your own OAuth credentials or API configuration so you keep full control over what the agent can do.

### How safe is my data with Composio Tool Router?

All sensitive data such as tokens, keys, and configuration is fully encrypted at rest and in transit. Composio is SOC 2 Type 2 compliant and follows strict security practices so your Google Super data and credentials are handled as safely as possible.

---
[See all toolkits](https://composio.dev/toolkits) · [Composio docs](https://docs.composio.dev/llms.txt)
