Skip to main content
Google Super logo

Google Super

Google Super App combines all Google services including Drive, Calendar, Gmail, Sheets, Analytics, Ads, and more, providing a unified platform for seamless integration and management of your digital life.

This is a first-class FlyMyAI MCP. Agents discover it automatically via tool search and call the actions below on demand - you never wire it up by hand. See the Composio catalog for how discovery works.

Connect

Google Super connects with a single OAuth click - there is no token to paste. The first time an agent uses a Google Super action, FlyMyAI asks you to authorize your Google Super account. Approve it once and the connection is reused for every later run.

Actions

Every action this integration exposes. Agents pick the right one from the task; you do not call them by name.

ActionWhat it doesRequired inputs
GOOGLESUPER_ADD_ENRICHMENTAdds an enrichment at a specified position in a defined album.albumId, newEnrichmentItem
GOOGLESUPER_ADD_FILE_SHARING_PREFERENCEModifies sharing permissions for an existing google drive file, granting a specified role to a user, group, domain, or 'anyone'.file_id, role, type
GOOGLESUPER_ADD_LABEL_TO_EMAILAdds and/or removes specified gmail labels for a message; ensure 'message id' and all 'label ids' are valid (use 'listlabels' for custom label ids).message_id
GOOGLESUPER_ADD_OR_REMOVE_TO_CUSTOMER_LISTAddorremovetocustomerlist 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.resource_name, emails
GOOGLESUPER_ADD_SHEETAdds 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.spreadsheetId
GOOGLESUPER_AGGREGATE_COLUMN_DATASearches for rows where a specific column matches a value and performs mathematical operations on data from another column.spreadsheet_id, sheet_name, search_column, search_value, target_column, operation
GOOGLESUPER_APPEND_DIMENSIONTool 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.spreadsheet_id, sheet_id, dimension, length
GOOGLESUPER_BATCH_ADD_MEDIA_ITEMSAdds one or more media items to an album in google photos.albumId, mediaItemIds
GOOGLESUPER_BATCH_CREATE_MEDIA_ITEMSUnified action to upload media files and create them as items in google photos.albumId, files
GOOGLESUPER_BATCH_GETRetrieves 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.spreadsheet_id
GOOGLESUPER_BATCH_GET_MEDIA_ITEMSReturns the list of media items for the specified media item identifiers.mediaItemIds
GOOGLESUPER_BATCH_UPDATEUpdates 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.spreadsheet_id, sheet_name, values
GOOGLESUPER_BATCH_UPDATE_VALUES_BY_DATA_FILTERTool 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.spreadsheetId, data, valueInputOption
GOOGLESUPER_CALENDARS_DELETEDeletes a secondary calendar. use calendars.clear for clearing all events on primary calendars.calendar_id
GOOGLESUPER_CALENDARS_UPDATEUpdates metadata for a calendar.calendarId, summary
GOOGLESUPER_CALENDAR_LIST_INSERTInserts an existing calendar into the user's calendar list.id
GOOGLESUPER_CALENDAR_LIST_UPDATEUpdates an existing entry on the user's calendar list.calendar_id
GOOGLESUPER_CLEAR_BASIC_FILTERTool 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.spreadsheet_id, sheet_id
GOOGLESUPER_CLEAR_CALENDARClears a primary calendar. this operation deletes all events associated with the primary calendar of an account.calendar_id
GOOGLESUPER_CLEAR_TASKSPermanently clears all completed tasks from a specified google tasks list; this action is destructive and idempotent.tasklist
GOOGLESUPER_CLEAR_VALUESClears 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.spreadsheet_id, range
GOOGLESUPER_COPY_DOCUMENTTool 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, a…document_id
GOOGLESUPER_COPY_FILEDuplicates an existing file in google drive, identified by its 'file id'.file_id
GOOGLESUPER_CREATE_ALBUMCreates a new album in google photos.title
GOOGLESUPER_CREATE_CHARTCreate a chart in a google sheets spreadsheet using the specified data range and chart type.spreadsheet_id, chart_type, data_range
GOOGLESUPER_CREATE_COMMENTTool to create a comment on a file. use when you need to add a new comment to a specific file in google drive.file_id, content
GOOGLESUPER_CREATE_CUSTOMER_LISTCreatecustomerlist tool will create a customer list in google ads.name
GOOGLESUPER_CREATE_DOCUMENTCreates 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).title, text
GOOGLESUPER_CREATE_DOCUMENT_MARKDOWNCreates a new google docs document, optionally initializing it with a title and content provided as markdown text.title, markdown_text
GOOGLESUPER_CREATE_DRIVETool to create a new shared drive. use when you need to programmatically create a new shared drive for collaboration or storage.requestId, name
GOOGLESUPER_CREATE_EMAIL_DRAFTCreates a gmail email draft, supporting to/cc/bcc, subject, plain/html body (ensure 'is html=true' for html), attachments, and threading.recipient_email, subject, body
GOOGLESUPER_CREATE_EVENTCreates 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.start_datetime
GOOGLESUPER_CREATE_EXPANDED_DATA_SETTool 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.parent, expandedDataSet
GOOGLESUPER_CREATE_FILECreates 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_TEXTCreates a new file in google drive from provided text content (up to 10mb), supporting various formats including automatic conversion to google workspace types.file_name, text_content
GOOGLESUPER_CREATE_FOLDERCreates 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.folder_name
GOOGLESUPER_CREATE_FOOTERTool 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.document_id, type
GOOGLESUPER_CREATE_FOOTNOTETool 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.documentId
GOOGLESUPER_CREATE_GOOGLE_SHEET1Creates a new google spreadsheet in google drive using the provided title.title
GOOGLESUPER_CREATE_HEADERTool 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.documentId, createHeader
GOOGLESUPER_CREATE_LABELCreates a new label with a unique name in the specified user's gmail account.label_name
GOOGLESUPER_CREATE_MEETCreates a new google meet space, optionally configuring its access type and entry point access controls.-
GOOGLESUPER_CREATE_NAMED_RANGETool 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.documentId, name, rangeStartIndex, rangeEndIndex
GOOGLESUPER_CREATE_PARAGRAPH_BULLETSTool 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.document_id, createParagraphBullets
GOOGLESUPER_CREATE_REPLYTool to create a reply to a comment in google drive. use when you need to respond to an existing comment on a file.file_id, comment_id, content
GOOGLESUPER_CREATE_SHORTCUT_TO_FILETool 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.name, target_id
GOOGLESUPER_CREATE_SPREADSHEET_COLUMNCreates 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.spreadsheet_id, sheet_id
GOOGLESUPER_CREATE_SPREADSHEET_ROWInserts a new, empty row into a specified sheet of a google spreadsheet at a given index, optionally inheriting formatting from the row above.spreadsheet_id, sheet_id
GOOGLESUPER_CREATE_TASK_LISTCreates a new task list with the specified title.tasklist_title
GOOGLESUPER_DELETE_COMMENTDeletes a comment from a file. use when you need to remove a specific comment from a google drive file.file_id, comment_id
GOOGLESUPER_DELETE_CONTENT_RANGETool 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.document_id, range
GOOGLESUPER_DELETE_DIMENSIONTool 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.spreadsheet_id, delete_dimension_request
GOOGLESUPER_DELETE_DRAFTPermanently deletes a specific gmail draft using its id; ensure the draft exists and the user has necessary permissions for the given 'user id'.draft_id
GOOGLESUPER_DELETE_DRIVETool to permanently delete a shared drive. use when you need to remove a shared drive and its contents (if specified).driveId
GOOGLESUPER_DELETE_EVENTDeletes 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.event_id
GOOGLESUPER_DELETE_FOOTERTool to delete a footer from a google document. use when you need to remove a footer from a specific section or the default footer.document_id, footer_id
GOOGLESUPER_DELETE_HEADERDeletes 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.document_id, header_id
GOOGLESUPER_DELETE_MESSAGEPermanently 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.message_id
GOOGLESUPER_DELETE_NAMED_RANGETool 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.document_id, deleteNamedRange
GOOGLESUPER_DELETE_PARAGRAPH_BULLETSTool 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.document_id, range
GOOGLESUPER_DELETE_PERMISSIONDeletes a permission from a file by permission id. use when you need to revoke access for a specific user or group from a file.file_id, permission_id
GOOGLESUPER_DELETE_REPLYTool to delete a specific reply by reply id. use when you need to remove a reply from a comment on a file.file_id, comment_id, reply_id
GOOGLESUPER_DELETE_SHEETTool to delete a sheet (worksheet) from a spreadsheet. use when you need to remove a specific sheet from a google sheet document.spreadsheetId, sheet_id
GOOGLESUPER_DELETE_TABLETool 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.document_id, table_start_index, table_end_index
GOOGLESUPER_DELETE_TABLE_COLUMNTool 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.document_id, requests
GOOGLESUPER_DELETE_TABLE_ROWTool to delete a row from a table in a google document. use when you need to remove a specific row from an existing table.documentId, tableCellLocation
GOOGLESUPER_DELETE_TASKDeletes a specified task from a given task list in google tasks.tasklist_id, task_id
GOOGLESUPER_DELETE_TASK_LISTPermanently deletes an existing google task list, identified by 'tasklist id', along with all its tasks; this operation is irreversible.-
GOOGLESUPER_DISTANCE_MATRIX_APICalculates 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.origins, destinations
GOOGLESUPER_DOWNLOAD_FILEDownloads 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.file_id
GOOGLESUPER_DUPLICATE_CALENDARCreates a new, empty google calendar with the specified title (summary).-
GOOGLESUPER_EDIT_FILEUpdates an existing google drive file by overwriting its entire content with new text (max 10mb).file_id, content
GOOGLESUPER_EMPTY_TRASHTool to permanently delete all of the user's trashed files. use when you want to empty the trash in google drive.-
GOOGLESUPER_EVENTS_INSTANCESReturns instances of the specified recurring event.calendarId, eventId
GOOGLESUPER_EVENTS_LISTReturns events on the specified calendar.calendarId
GOOGLESUPER_EVENTS_MOVEMoves an event to another calendar, i.e., changes an event's organizer.calendar_id, event_id, destination
GOOGLESUPER_EVENTS_WATCHWatch for changes to events resources.calendarId, id, address
GOOGLESUPER_EXECUTE_SQLExecute 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.spreadsheet_id, sql
GOOGLESUPER_FETCH_EMAILSFetches a list of email messages from a gmail account, supporting filtering, pagination, and optional full content retrieval.-
GOOGLESUPER_FETCH_MESSAGE_BY_MESSAGE_IDFetches a specific email message by its id, provided the 'message id' exists and is accessible to the authenticated 'user id'.message_id
GOOGLESUPER_FETCH_MESSAGE_BY_THREAD_IDRetrieves messages from a gmail thread using its 'thread id', where the thread must be accessible by the specified 'user id'.thread_id
GOOGLESUPER_FILES_MODIFY_LABELSModifies 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.file_id, label_modifications
GOOGLESUPER_FIND_EVENTFinds 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_FILETool 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_FOLDERTool 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_SLOTSFinds 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…-
GOOGLESUPER_FIND_WORKSHEET_BY_TITLEFinds 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.spreadsheet_id, title
GOOGLESUPER_FORMAT_CELLApplies text and background cell formatting to a specified range in a google sheets worksheet.spreadsheet_id, worksheet_id, start_row_index, start_column_index, end_row_index, end_column_index
GOOGLESUPER_FORWARD_MESSAGEForward an existing gmail message to specified recipients, preserving original body and attachments.message_id, recipient_email
GOOGLESUPER_FREE_BUSY_QUERYReturns free/busy information for a set of calendars.timeMin, timeMax, items
GOOGLESUPER_GENERATE_IDSGenerates 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_GEOCODING_APIDeprecated: tool to convert addresses into geographic coordinates (latitude and longitude) and vice versa (reverse geocoding), or get an address for a place id. use for finding coordinates for an address, finding an address for coordinates, or looking up an a…key
GOOGLESUPER_GET_ABOUTTool 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_ACCOUNTTool 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).name
GOOGLESUPER_GET_ALBUMReturns the album based on the specified albumid.albumId
GOOGLESUPER_GET_ATTACHMENTRetrieves a specific attachment by id from a message in a user's gmail mailbox, requiring valid message and attachment ids.message_id, attachment_id, file_name
GOOGLESUPER_GET_CALENDARRetrieves a specific google calendar, identified by 'calendar id', to which the authenticated user has access.-
GOOGLESUPER_GET_CAMPAIGN_BY_IDGetcampaignbyid tool will return details of a campaign in google ads.id
GOOGLESUPER_GET_CAMPAIGN_BY_NAMEGetcampaignbyname tool will run a sql getcampaignbyname in google ads.name
GOOGLESUPER_GET_CHANGES_START_PAGE_TOKENTool 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_SPREADSHEETTool 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.spreadsheet_id
GOOGLESUPER_GET_COMMENTTool 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.fileId, commentId
GOOGLESUPER_GET_CONFERENCE_RECORD_FOR_MEETGet conference record-
GOOGLESUPER_GET_CONTACTSFetches contacts (connections) for the authenticated google account, allowing selection of specific data fields and pagination.-
GOOGLESUPER_GET_CURRENT_DATE_TIMEGets the current date and time, allowing for a specific timezone offset.-
GOOGLESUPER_GET_CUSTOMER_LISTSGetcustomerlists tool will list all customer lists in google ads.-
GOOGLESUPER_GET_DIRECTIONFetches detailed directions between an origin and a destination, supporting intermediate waypoints and various travel modes.origin, destination
GOOGLESUPER_GET_DOCUMENT_BY_IDRetrieves an existing google document by its id; will error if the document is not found.id
GOOGLESUPER_GET_DRIVETool to get a shared drive by id. use when you need to retrieve information about a specific shared drive.drive_id
GOOGLESUPER_GET_FILE_METADATATool to get a file's metadata by id. use when you need to retrieve the metadata for a specific file in google drive.fileId
GOOGLESUPER_GET_MEDIA_ITEM_DOWNLOADDownloads a media item from google photos and returns it as a file.mediaItemId
GOOGLESUPER_GET_MEETRetrieve details of a google meet space using its unique identifier.space_name
GOOGLESUPER_GET_PARTICIPANT_SESSIONTool 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.name
GOOGLESUPER_GET_PEOPLERetrieves 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_PERMISSIONGets a permission by id. use this tool to retrieve a specific permission for a file or shared drive.file_id, permission_id
GOOGLESUPER_GET_PROFILERetrieves key gmail profile information (email address, message/thread totals, history id) for a user.-
GOOGLESUPER_GET_RECORDINGS_BY_CONFERENCE_RECORD_IDRetrieves recordings from google meet for a given conference record id.conferenceRecord_id
GOOGLESUPER_GET_REPLYTool to get a specific reply to a comment on a file. use when you need to retrieve the details of a particular reply.fileId, commentId, replyId
GOOGLESUPER_GET_REVISIONTool to get a specific revision's metadata by revision id. use when you need to retrieve information about a particular version of a file.file_id, revision_id
GOOGLESUPER_GET_ROUTECalculates one or more routes between two specified locations using various travel modes and preferences; addresses must be resolvable by google maps.origin_address, destination_address
GOOGLESUPER_GET_SHEET_NAMESLists all worksheet names from a specified google spreadsheet (which must exist), useful for discovering sheets before further operations.spreadsheet_id
GOOGLESUPER_GET_SPREADSHEET_BY_DATA_FILTERReturns 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.spreadsheetId, dataFilters
GOOGLESUPER_GET_SPREADSHEET_INFORetrieves comprehensive metadata for a google spreadsheet using its id, excluding cell data.spreadsheet_id
GOOGLESUPER_GET_TABLE_SCHEMAThis 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 analy…spreadsheet_id, table_name
GOOGLESUPER_GET_TASKUse to retrieve a specific google task if its 'task id' and parent 'tasklist id' are known.tasklist_id, task_id
GOOGLESUPER_GET_TASK_LISTRetrieves a specific task list from the user's google tasks if the 'tasklist id' exists for the authenticated user.tasklist_id
GOOGLESUPER_GET_TRANSCRIPTS_BY_CONFERENCE_RECORD_IDRetrieves all transcripts for a specific google meet conference using its conferencerecord id.conferenceRecord_id
GOOGLESUPER_GOOGLE_DRIVE_DELETE_FOLDER_OR_FILE_ACTIONTool 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.fileId
GOOGLESUPER_HIDE_DRIVETool 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.drive_id
GOOGLESUPER_INSERT_DIMENSIONTool 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.spreadsheet_id, insert_dimension
GOOGLESUPER_INSERT_INLINE_IMAGETool 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.documentId, uri, location
GOOGLESUPER_INSERT_PAGE_BREAKTool 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.documentId, insertPageBreak
GOOGLESUPER_INSERT_TABLE_ACTIONTool 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.documentId, rows, columns
GOOGLESUPER_INSERT_TABLE_COLUMNTool 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.document_id, requests
GOOGLESUPER_INSERT_TASKCreates 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.title, status, tasklist_id
GOOGLESUPER_INSERT_TEXT_ACTIONTool 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.document_id, text_to_insert, insertion_index
GOOGLESUPER_LIST_ACCOUNTSTool 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_RULESRetrieves the list of access control rules (acls) for a specified calendar, providing the necessary 'rule id' values required for updating specific acl rules.calendar_id
GOOGLESUPER_LIST_ALBUMSLists all albums shown to a user in the albums tab of google photos.-
GOOGLESUPER_LIST_AUDIENCESTool to list all audiences on a property. use when you need to fetch all audiences for a ga4 property after confirming its existence.parent
GOOGLESUPER_LIST_CALENDARSRetrieves calendars from the user's google calendar list, with options for pagination and filtering.-
GOOGLESUPER_LIST_CHANGESTool 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…pageToken
GOOGLESUPER_LIST_COMMENTSTool to list all comments for a file in google drive. use when you need to retrieve comments associated with a specific file.fileId
GOOGLESUPER_LIST_CONFERENCE_RECORDSTool 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_DRAFTSRetrieves 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_FILESTool 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_FILE_LABELSTool to list the labels on a file. use when you need to retrieve all labels associated with a specific file in google drive.file_id
GOOGLESUPER_LIST_LABELSRetrieves a list of all system and user-created labels for the specified gmail account.-
GOOGLESUPER_LIST_MEDIA_ITEMSLists all media items from a user's google photos library.-
GOOGLESUPER_LIST_PARTICIPANT_SESSIONSTool 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.parent
GOOGLESUPER_LIST_PERMISSIONSTool to list a file's permissions. use when you need to retrieve all permissions associated with a specific file or shared drive.fileId
GOOGLESUPER_LIST_REPLIES_TO_COMMENTTool 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.file_id, comment_id
GOOGLESUPER_LIST_REVISIONSTool to list a file's revisions. use when you need to retrieve the revision history of a specific file in google drive.fileId
GOOGLESUPER_LIST_SHARED_DRIVESTool 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_ACTIONTool 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.spreadsheet_id
GOOGLESUPER_LIST_TABLESThis 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…spreadsheet_id
GOOGLESUPER_LIST_TASKSRetrieves 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.tasklist_id
GOOGLESUPER_LIST_TASK_LISTSFetches the authenticated user's task lists from google tasks; results may be paginated.-
GOOGLESUPER_LIST_THREADSRetrieves a list of email threads from a gmail account, identified by 'user id' (email address or 'me'), supporting filtering and pagination.-
GOOGLESUPER_LOOKUP_SPREADSHEET_ROWFinds 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.spreadsheet_id, query
GOOGLESUPER_MAPS_EMBED_APITool 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.mode
GOOGLESUPER_MODIFY_THREAD_LABELSAdds or removes specified existing label ids from a gmail thread, affecting all its messages; ensure the thread id is valid.thread_id
GOOGLESUPER_MOVE_FILETool 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).file_id
GOOGLESUPER_MOVE_TASKMoves the specified task to another position in the destination task list.tasklist, task
GOOGLESUPER_MOVE_TO_TRASHMoves an existing, non-deleted email message to the trash for the specified user.message_id
GOOGLESUPER_NEARBY_SEARCHSearches 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.latitude, longitude, radius
GOOGLESUPER_PARSE_FILEDeprecated: exports google workspace files (max 10mb) to a specified format using 'mime type', or downloads other file types; use 'googledrive download file' instead.file_id
GOOGLESUPER_PATCH_CALENDARPartially 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.calendar_id, summary
GOOGLESUPER_PATCH_EVENTUpdates 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.calendar_id, event_id
GOOGLESUPER_PATCH_LABELPatches the specified label.userId, id
GOOGLESUPER_PATCH_TASKPartially 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 a…title, status, tasklist_id, task_id
GOOGLESUPER_PATCH_TASK_LISTUpdates the title of an existing google tasks task list.tasklist_id, updated_title
GOOGLESUPER_QUERY_TABLEThis 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 th…spreadsheet_id, sql
GOOGLESUPER_QUICK_ADDParses 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_ATTENDEERemoves an attendee from a specified event in a google calendar; the calendar and event must exist.event_id, attendee_email
GOOGLESUPER_REMOVE_LABELPermanently deletes a specific, existing user-created gmail label by its id for a user; cannot delete system labels.label_id
GOOGLESUPER_REPLACE_ALL_TEXTTool 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.document_id, find_text, replace_text, match_case
GOOGLESUPER_REPLACE_IMAGETool 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.document_id, replace_image
GOOGLESUPER_REPLY_TO_THREADSends 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'.thread_id, message_body, recipient_email
GOOGLESUPER_SEARCH_DEVELOPER_METADATATool to search for developer metadata in a spreadsheet. use when you need to find specific metadata entries based on filters.spreadsheetId, dataFilters
GOOGLESUPER_SEARCH_DOCUMENTSSearch for google documents using various filters including name, content, date ranges, and more.-
GOOGLESUPER_SEARCH_MEDIA_ITEMSSearches for media items in a user's google photos library.-
GOOGLESUPER_SEARCH_PEOPLESearches contacts by matching the query against names, nicknames, emails, phone numbers, and organizations, optionally including 'other contacts'.query
GOOGLESUPER_SEARCH_SPREADSHEETSSearch for google spreadsheets using various filters including name, content, date ranges, and more.-
GOOGLESUPER_SEND_DRAFTSends the specified, existing draft to the recipients in the to, cc, and bcc headers.draft_id
GOOGLESUPER_SEND_EMAILSends 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.recipient_email, body
GOOGLESUPER_SETTINGS_LISTReturns all user settings for the authenticated user.-
GOOGLESUPER_SETTINGS_WATCHWatch for changes to settings resources.id, type, address
GOOGLESUPER_SET_BASIC_FILTERTool 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.spreadsheetId, filter
GOOGLESUPER_SHEET_FROM_JSONCreates 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.title, sheet_name, sheet_json
GOOGLESUPER_SPREADSHEETS_SHEETS_COPY_TOTool to copy a single sheet from a spreadsheet to another spreadsheet. use when you need to duplicate a sheet into a different spreadsheet.spreadsheet_id, sheet_id, destination_spreadsheet_id
GOOGLESUPER_SPREADSHEETS_VALUES_APPENDTool 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.spreadsheetId, range, valueInputOption, values
GOOGLESUPER_SPREADSHEETS_VALUES_BATCH_CLEARTool 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.spreadsheet_id, ranges
GOOGLESUPER_SPREADSHEETS_VALUES_BATCH_CLEAR_BY_DATA_FILTERClears 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 properti…spreadsheetId, dataFilters
GOOGLESUPER_SPREADSHEETS_VALUES_BATCH_GET_BY_DATA_FILTERTool 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.spreadsheetId, dataFilters
GOOGLESUPER_STOP_WATCH_CHANNELTool to stop watching resources through a specified channel. use this when you want to stop receiving notifications for a previously established watch.id, resourceId
GOOGLESUPER_SYNC_EVENTSSynchronizes 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_SEARCHSearches for places on google maps using a textual query (e.g., "restaurants in london", "eiffel tower").textQuery
GOOGLESUPER_UNHIDE_DRIVETool to unhide a shared drive. use when you need to restore a shared drive to the default view.driveId
GOOGLESUPER_UNMERGE_TABLE_CELLSTool 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.document_id, tableRange
GOOGLESUPER_UNTRASH_FILETool 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.file_id
GOOGLESUPER_UPDATE_ACL_RULEUpdates an access control rule for the specified calendar.calendar_id, rule_id, role
GOOGLESUPER_UPDATE_ALBUMUpdates an album's title or cover photo in google photos.albumId
GOOGLESUPER_UPDATE_COMMENTTool 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.file_id, comment_id
GOOGLESUPER_UPDATE_DOCUMENT_MARKDOWNReplaces the entire content of an existing google docs document with new markdown text; requires edit permissions for the document.document_id, new_markdown_text
GOOGLESUPER_UPDATE_DOCUMENT_STYLETool 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.document_id, document_style, fields
GOOGLESUPER_UPDATE_DRIVETool 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.driveId
GOOGLESUPER_UPDATE_EVENTUpdates 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.start_datetime, event_id
GOOGLESUPER_UPDATE_EXISTING_DOCUMENTApplies programmatic edits, such as text insertion, deletion, or formatting, to a specified google doc using the 'batchupdate' api method.document_id, editDocs
GOOGLESUPER_UPDATE_FILE_PUTUpdates 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 con…file_id
GOOGLESUPER_UPDATE_FILE_REVISION_METADATAUpdates 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.file_id, revision_id
GOOGLESUPER_UPDATE_MEDIA_ITEMUpdates a media item's description in google photos.mediaItemId
GOOGLESUPER_UPDATE_PERMISSIONTool to update a permission with patch semantics. use when you need to modify an existing permission for a file or shared drive.fileId, permissionId, permission
GOOGLESUPER_UPDATE_REPLYTool to update a reply to a comment on a google drive file. use when you need to modify the content of an existing reply.file_id, comment_id, reply_id, content, fields
GOOGLESUPER_UPDATE_SHEET_PROPERTIESTool 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.spreadsheetId, updateSheetProperties
GOOGLESUPER_UPDATE_SPACEUpdates 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.name
GOOGLESUPER_UPDATE_SPREADSHEET_PROPERTIESTool 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.spreadsheetId, properties, fields
GOOGLESUPER_UPDATE_TABLE_ROW_STYLETool 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.documentId, updateTableRowStyle
GOOGLESUPER_UPDATE_TASKUpdates the specified task.tasklist, task
GOOGLESUPER_UPDATE_TASK_LISTUpdates the authenticated user's specified task list.tasklist_id, title
GOOGLESUPER_UPLOAD_FILEUploads a file (max 5mb) to google drive, moving it to a specified folder if a valid folder id is provided, otherwise uploads to root.file_to_upload
GOOGLESUPER_UPLOAD_MEDIAUpload a media file to google photos. supports images (up to 200mb) and videos (up to 20gb).file_to_upload
GOOGLESUPER_WATCH_CHANGESTool 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.id, type, address
We love our partners - FlyMy.AI builds with the best. Thanks, Google Super!