# Google Super — MCP server on mcp.ai > 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. By: mcp.ai · official Page: https://mcp.ai/googlesuper ## Connect (MCP protocol) Remote MCP endpoint (HTTP, streamable): https://api.mcp.ai/p_googlesuper?ms=1781542860000 Add it as a custom/remote MCP connector, then authenticate when prompted. ## REST API (no MCP client required) Every tool is also a REST endpoint, authed with a workspace API key. Discover: GET https://api.mcp.ai/api/googlesuper/_endpoints # public; lists every endpoint Call: POST https://api.mcp.ai/api/googlesuper/ Authorization: Bearer sk_live_… # create one at https://mcp.ai/settings/api-keys Content-Type: application/json Body: { …args } → { "ok": true, "tool": "", "result": { … } } ## Developer docs How to use (MCP or REST), markdown: https://mcp.ai/googlesuper/skill.md Postman collection (v2.1): https://mcp.ai/googlesuper/postman.json ## Tools - googlesuper_add_enrichment(albumId: string, albumPosition?: object, newEnrichmentItem: object) — Adds an enrichment at a specified position in a defined album. - googlesuper_add_file_sharing_preference(role: string, type: string, domain?: string, file_id: string, email_address?: string) — 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(user_id?: string, message_id: string, add_label_ids?: string[], remove_label_ids?: string[]) — 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(emails: string[], operation?: string, resource_name: string) — 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(properties?: object, spreadsheetId: string, responseIncludeGridData?: boolean, includeSpreadsheetInResponse?: boolean) — 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(operation: string, sheet_name: string, search_value: string, search_column: string, target_column: string, case_sensitive?: boolean, has_header_row?: boolean, spreadsheet_id: string, percentage_total?: number) — Searches for rows where a specific column matches a value and performs mathematical operations on data from another column. - googlesuper_append_dimension(length: integer, sheet_id: integer, dimension: string, spreadsheet_id: string) — 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(albumId: string, mediaItemIds: string[]) — Adds one or more media items to an album in google photos. - googlesuper_batch_create_media_items(files: object[], albumId: string, albumPosition?: object) — Unified action to upload media files and create them as items in google photos. - googlesuper_batch_get(ranges?: string[], spreadsheet_id: string) — 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(mediaItemIds: string[]) — Returns the list of media items for the specified media item identifiers. - googlesuper_batch_update(values: array[], sheet_name: string, spreadsheet_id: string, valueInputOption?: string, first_cell_location?: string, includeValuesInResponse?: boolean) — 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 - googlesuper_batch_update_values_by_data_filter(data: object[], spreadsheetId: string, valueInputOption: string, includeValuesInResponse?: boolean, responseValueRenderOption?: string, responseDateTimeRenderOption?: string) — 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(id: string, hidden?: boolean, color_id?: string, selected?: boolean, background_color?: string, color_rgb_format?: boolean, foreground_color?: string, summary_override?: string, default_reminders?: object[], notification_settings?: object) — Inserts an existing calendar into the user's calendar list. - googlesuper_calendar_list_update(hidden?: boolean, colorId?: string, selected?: boolean, calendar_id: string, colorRgbFormat?: boolean, backgroundColor?: string, foregroundColor?: string, summaryOverride?: string, defaultReminders?: object[], notificationSettings?: object) — Updates an existing entry on the user\'s calendar list. - googlesuper_calendars_delete(calendar_id: string) — Deletes a secondary calendar. use calendars.clear for clearing all events on primary calendars. - googlesuper_calendars_update(summary: string, location?: string, timeZone?: string, calendarId: string, description?: string) — Updates metadata for a calendar. - googlesuper_clear_basic_filter(sheet_id: integer, spreadsheet_id: string) — 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(calendar_id: string) — Clears a primary calendar. this operation deletes all events associated with the primary calendar of an account. - googlesuper_clear_tasks(tasklist: string) — Permanently clears all completed tasks from a specified google tasks list; this action is destructive and idempotent. - googlesuper_clear_values(range: string, spreadsheet_id: string) — 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(title?: string, document_id: string) — 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., - googlesuper_copy_file(file_id: string, new_title?: string) — Duplicates an existing file in google drive, identified by its `file id`. - googlesuper_create_album(id?: string, title: string, productUrl?: string, isWriteable?: boolean, mediaItemsCount?: string, coverPhotoBaseUrl?: string, coverPhotoMediaItemId?: string) — Creates a new album in google photos. - googlesuper_create_chart(title?: string, sheet_id?: integer, subtitle?: string, chart_type: string, data_range: string, x_axis_title?: string, y_axis_title?: string, background_red?: number, spreadsheet_id: string, background_blue?: number, legend_position?: string, background_green?: number) — Create a chart in a google sheets spreadsheet using the specified data range and chart type. - googlesuper_create_comment(anchor?: string, content: string, file_id: string, quoted_file_content_value?: string, quoted_file_content_mime_type?: string) — 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(name: string, description?: string) — Createcustomerlist tool will create a customer list in google ads. - googlesuper_create_document(text: string, title: string) — 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(title: string, markdown_text: string) — Creates a new google docs document, optionally initializing it with a title and content provided as markdown text. - googlesuper_create_drive(name: string, hidden?: boolean, themeId?: string, colorRgb?: string, requestId: string, backgroundImageFile?: object) — 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(cc?: string[], bcc?: string[], body: string, is_html?: boolean, subject: string, user_id?: string, thread_id?: string, attachment?: object, recipient_email: string, extra_recipients?: string[]) — 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(summary?: string, location?: string, timezone?: string, attendees?: string[], eventType?: string, recurrence?: string[], visibility?: string, calendar_id?: string, description?: string, send_updates?: boolean, transparency?: string, start_datetime: string, exclude_organizer?: boolean, guests_can_modify?: boolean, create_meeting_room?: boolean, event_duration_hour?: integer, guestsCanInviteOthers?: boolean, event_duration_minutes?: integer, guestsCanSeeOtherGuests?: boolean, workingLocationProperties?: object) — 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 - googlesuper_create_expanded_data_set(parent: string, expandedDataSet: object) — 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(name?: string, fields?: string, parents?: string[], starred?: boolean, mimeType?: string, description?: string) — 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(file_name: string, mime_type?: string, parent_id?: string, text_content: string) — 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(parent_id?: string, folder_name: string) — 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(type: string, document_id: string, section_break_location?: object) — 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(location?: object, documentId: string, endOfSegmentLocation?: object) — 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(title: string) — Creates a new google spreadsheet in google drive using the provided title. - googlesuper_create_header(documentId: string, createHeader: object) — 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(user_id?: string, label_name: string, text_color?: string, background_color?: string, label_list_visibility?: string, message_list_visibility?: string) — Creates a new label with a unique name in the specified user's gmail account. - googlesuper_create_meet(access_type?: string, entry_point_access?: string) — Creates a new google meet space, optionally configuring its access type and entry point access controls. - googlesuper_create_named_range(name: string, documentId: string, rangeEndIndex: integer, rangeSegmentId?: string, rangeStartIndex: integer) — 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(document_id: string, createParagraphBullets: object) — 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(action?: string, fields?: string, content: string, file_id: string, comment_id: string) — 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(name: string, target_id: string, includeLabels?: string, target_mime_type?: string, supportsAllDrives?: boolean, keepRevisionForever?: boolean, ignoreDefaultVisibility?: boolean, includePermissionsForView?: string) — 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(sheet_id: integer, insert_index?: integer, spreadsheet_id: string, inherit_from_before?: boolean) — 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(sheet_id: integer, insert_index?: integer, spreadsheet_id: string, inherit_from_before?: boolean) — 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(tasklist_title: string) — Creates a new task list with the specified title. - googlesuper_delete_comment(file_id: string, comment_id: string) — Deletes a comment from a file. use when you need to remove a specific comment from a google drive file. - googlesuper_delete_content_range(range: object, document_id: string) — 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(spreadsheet_id: string, response_ranges?: string[], delete_dimension_request: object, response_include_grid_data?: boolean, include_spreadsheet_in_response?: boolean) — 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(user_id?: string, draft_id: string) — 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(driveId: string, allowItemDeletion?: boolean, useDomainAdminAccess?: boolean) — Tool to permanently delete a shared drive. use when you need to remove a shared drive and its contents (if specified). - googlesuper_delete_event(event_id: string, calendar_id?: string) — 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(tab_id?: string, footer_id: string, document_id: string) — 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(tab_id?: string, header_id: string, document_id: string) — 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(user_id?: string, message_id: string) — 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(document_id: string, deleteNamedRange: object) — 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(range: object, tab_id?: string, document_id: string) — 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(file_id: string, permission_id: string, supportsAllDrives?: boolean, useDomainAdminAccess?: boolean) — 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(file_id: string, reply_id: string, comment_id: string) — 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(sheet_id: integer, spreadsheetId: string) — 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(tab_id?: string, segment_id?: string, document_id: string, table_end_index: integer, table_start_index: integer) — 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 insp - googlesuper_delete_table_column(requests: object[], document_id: string) — 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(documentId: string, tableCellLocation: object) — 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(task_id: string, tasklist_id: string) — Deletes a specified task from a given task list in google tasks. - googlesuper_delete_task_list(tasklist_id?: string) — Permanently deletes an existing google task list, identified by `tasklist id`, along with all its tasks; this operation is irreversible. - googlesuper_distance_matrix_api(key?: string, mode?: string, avoid?: string, units?: string, region?: string, origins: string, language?: string, arrival_time?: integer, destinations: string, transit_mode?: string, traffic_model?: string, departure_time?: integer, transit_routing_preference?: string) — 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 - googlesuper_download_file(file_id: string, mime_type?: string) — 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 form - googlesuper_duplicate_calendar(summary?: string) — Creates a new, empty google calendar with the specified title (summary). - googlesuper_edit_file(content: string, file_id: string, mime_type?: string) — Updates an existing google drive file by overwriting its entire content with new text (max 10mb). - googlesuper_empty_trash(driveId?: string, enforceSingleParent?: boolean) — 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(eventId: string, timeMax?: string, timeMin?: string, timeZone?: string, pageToken?: string, calendarId: string, maxResults?: integer, showDeleted?: boolean, maxAttendees?: integer, originalStart?: string) — Returns instances of the specified recurring event. - googlesuper_events_list(q?: string, iCalUID?: string, orderBy?: string, timeMax?: string, timeMin?: string, timeZone?: string, pageToken?: string, syncToken?: string, calendarId: string, eventTypes?: string, maxResults?: integer, updatedMin?: string, showDeleted?: boolean, maxAttendees?: integer, singleEvents?: boolean, alwaysIncludeEmail?: boolean, showHiddenInvitations?: boolean, sharedExtendedProperty?: string, privateExtendedProperty?: string) — Returns events on the specified calendar. - googlesuper_events_move(event_id: string, calendar_id: string, destination: string, send_updates?: string) — Moves an event to another calendar, i.e., changes an event's organizer. - googlesuper_events_watch(id: string, type?: string, token?: string, params?: object, address: string, payload?: boolean, calendarId: string) — Watch for changes to events resources. - googlesuper_execute_sql(sql: string, dry_run?: boolean, delete_method?: string, spreadsheet_id: string) — 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 str - googlesuper_fetch_emails(query?: string, user_id?: string, verbose?: boolean, ids_only?: boolean, label_ids?: string[], page_token?: string, max_results?: integer, include_payload?: boolean, include_spam_trash?: boolean) — Fetches a list of email messages from a gmail account, supporting filtering, pagination, and optional full content retrieval. - googlesuper_fetch_message_by_message_id(format?: string, user_id?: string, message_id: string) — 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(user_id?: string, thread_id: string, page_token?: string) — 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(kind?: string, file_id: string, label_modifications: object[]) — 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, upda - googlesuper_find_event(query?: string, timeMax?: string, timeMin?: string, order_by?: string, page_token?: string, calendar_id?: string, event_types?: string[], max_results?: integer, updated_min?: string, show_deleted?: boolean, single_events?: boolean) — 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 pro - googlesuper_find_file(q?: string, fields?: string, spaces?: string, corpora?: string, driveId?: string, orderBy?: string, pageSize?: integer, pageToken?: string, supportsAllDrives?: boolean, includeItemsFromAllDrives?: boolean) — 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(starred?: boolean, name_exact?: string, name_contains?: string, modified_after?: string, name_not_contains?: string, full_text_contains?: string, full_text_not_contains?: string) — 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 cont - googlesuper_find_free_slots(items?: string[], time_max?: string, time_min?: string, timezone?: string, group_expansion_max?: integer, calendar_expansion_max?: integer) — 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 interva - googlesuper_find_worksheet_by_title(title: string, spreadsheet_id: string) — 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 t - googlesuper_format_cell(red?: number, blue?: number, bold?: boolean, green?: number, italic?: boolean, fontSize?: integer, underline?: boolean, worksheet_id: integer, end_row_index: integer, strikethrough?: boolean, spreadsheet_id: string, start_row_index: integer, end_column_index: integer, start_column_index: integer) — Applies text and background cell formatting to a specified range in a google sheets worksheet. - googlesuper_forward_message(user_id?: string, message_id: string, additional_text?: string, recipient_email: string) — Forward an existing gmail message to specified recipients, preserving original body and attachments. - googlesuper_free_busy_query(items: object[], timeMax: string, timeMin: string, timeZone?: string, groupExpansionMax?: integer, calendarExpansionMax?: integer) — Returns free/busy information for a set of calendars. - googlesuper_generate_ids(type?: string, count?: integer, space?: string) — 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_geocoding_api(key: string, bounds?: string, latlng?: string, region?: string, address?: string, language?: string, place_id?: string, components?: string, result_type?: string, location_type?: string, extra_computations?: string[]) — Deprecated: 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 addr - googlesuper_get_about(fields?: string) — 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(name: string) — 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(albumId: string) — Returns the album based on the specified albumid. - googlesuper_get_attachment(user_id?: string, file_name: string, message_id: string, attachment_id: string) — Retrieves a specific attachment by id from a message in a user's gmail mailbox, requiring valid message and attachment ids. - googlesuper_get_calendar(calendar_id?: string) — Retrieves a specific google calendar, identified by `calendar id`, to which the authenticated user has access. - googlesuper_get_campaign_by_id(id: string) — Getcampaignbyid tool will return details of a campaign in google ads. - googlesuper_get_campaign_by_name(name: string) — Getcampaignbyname tool will run a sql getcampaignbyname in google ads. - googlesuper_get_changes_start_page_token(driveId?: string, teamDriveId?: string, supportsAllDrives?: boolean, supportsTeamDrives?: boolean) — 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(spreadsheet_id: string) — 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 - googlesuper_get_comment(fileId: string, commentId: string, includeDeleted?: boolean) — 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(end_time?: string, space_name?: string, start_time?: string, meeting_code?: string) — Get conference record - googlesuper_get_contacts(page_token?: string, person_fields?: string, resource_name?: string, include_other_contacts?: boolean) — Fetches contacts (connections) for the authenticated google account, allowing selection of specific data fields and pagination. - googlesuper_get_current_date_time(timezone?: number) — Gets the current date and time, allowing for a specific timezone offset. - googlesuper_get_customer_lists() — Getcustomerlists tool will list all customer lists in google ads. - googlesuper_get_direction(mode?: string, avoid?: string, units?: string, origin: string, language?: string, waypoints?: string, destination: string) — Fetches detailed directions between an origin and a destination, supporting intermediate waypoints and various travel modes. - googlesuper_get_document_by_id(id: string) — Retrieves an existing google document by its id; will error if the document is not found. - googlesuper_get_drive(drive_id: string, use_domain_admin_access?: boolean) — Tool to get a shared drive by id. use when you need to retrieve information about a specific shared drive. - googlesuper_get_file_metadata(fileId: string, includeLabels?: string, acknowledgeAbuse?: boolean, supportsAllDrives?: boolean, includePermissionsForView?: string) — 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(mediaItemId: string) — Downloads a media item from google photos and returns it as a file. - googlesuper_get_meet(space_name: string) — Retrieve details of a google meet space using its unique identifier. - googlesuper_get_participant_session(name: string) — 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(page_size?: integer, page_token?: string, sync_token?: string, person_fields?: string, resource_name?: string, other_contacts?: boolean) — 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(file_id: string, permission_id: string, supports_all_drives?: boolean, use_domain_admin_access?: boolean) — Gets a permission by id. use this tool to retrieve a specific permission for a file or shared drive. - googlesuper_get_profile(user_id?: string) — Retrieves key gmail profile information (email address, message/thread totals, history id) for a user. - googlesuper_get_recordings_by_conference_record_id(conferenceRecord_id: string) — Retrieves recordings from google meet for a given conference record id. - googlesuper_get_reply(fileId: string, replyId: string, commentId: string, includeDeleted?: boolean) — 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(file_id: string, revision_id: string, acknowledge_abuse?: boolean) — 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(units?: string, fieldMask?: string, travelMode?: string, languageCode?: string, origin_address: string, routingPreference?: string, destination_address: string, computeAlternativeRoutes?: boolean, routeModifiers_avoidTolls?: boolean, routeModifiers_avoidFerries?: boolean, routeModifiers_avoidHighways?: boolean) — 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(spreadsheet_id: string) — 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(dataFilters: object[], spreadsheetId: string, includeGridData?: boolean, excludeTablesInBandedRanges?: boolean) — 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 - googlesuper_get_spreadsheet_info(spreadsheet_id: string) — Retrieves comprehensive metadata for a google spreadsheet using its id, excluding cell data. - googlesuper_get_table_schema(sheet_name?: string, table_name: string, sample_size?: integer, spreadsheet_id: string) — 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 c - googlesuper_get_task(task_id: string, tasklist_id: string) — Use to retrieve a specific google task if its `task id` and parent `tasklist id` are known. - googlesuper_get_task_list(tasklist_id: string) — 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(conferenceRecord_id: string) — Retrieves all transcripts for a specific google meet conference using its conferencerecord id. - googlesuper_google_drive_delete_folder_or_file_action(fileId: string, supportsAllDrives?: boolean) — 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(drive_id: string) — 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(spreadsheet_id: string, response_ranges?: string[], insert_dimension: object, response_include_grid_data?: boolean, include_spreadsheet_in_response?: boolean) — 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(uri: string, location: object, documentId: string, objectSize?: object) — 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(documentId: string, insertPageBreak: object) — 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(rows: integer, index?: integer, tabId?: string, columns: integer, segmentId?: string, documentId: string, insertAtEndOfSegment?: boolean) — 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(requests: object[], document_id: string) — 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(id?: string, due?: string, etag?: string, notes?: string, title: string, hidden?: boolean, status: string, deleted?: boolean, completed?: string, task_parent?: string, tasklist_id: string, task_previous?: string) — 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` - googlesuper_insert_text_action(document_id: string, text_to_insert: string, insertion_index: integer) — 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(pageSize?: integer, pageToken?: string, showDeleted?: boolean) — 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(page_token?: string, sync_token?: string, calendar_id: string, max_results?: integer, show_deleted?: boolean) — 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(pageSize?: integer, pageToken?: string, excludeNonAppCreatedData?: boolean) — Lists all albums shown to a user in the albums tab of google photos. - googlesuper_list_audiences(parent: string, pageSize?: integer, pageToken?: string) — 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(page_token?: string, sync_token?: string, max_results?: integer, show_hidden?: boolean, show_deleted?: boolean, min_access_role?: string) — Retrieves calendars from the user's google calendar list, with options for pagination and filtering. - googlesuper_list_changes(spaces?: string, driveId?: string, pageSize?: integer, pageToken: string, includeLabels?: string, includeRemoved?: boolean, restrictToMyDrive?: boolean, supportsAllDrives?: boolean, includeCorpusRemovals?: boolean, includeItemsFromAllDrives?: boolean, includePermissionsForView?: string) — 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 `pagetok - googlesuper_list_comments(fields?: string, fileId: string, pageSize?: integer, pageToken?: string, includeDeleted?: boolean, startModifiedTime?: string) — 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(filter?: string, page_size?: integer, page_token?: string) — 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(user_id?: string, verbose?: boolean, page_token?: string, max_results?: integer) — 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(file_id: string, page_token?: string, max_results?: integer) — 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(q?: string, fields?: string, spaces?: string, corpora?: string, driveId?: string, orderBy?: string, folderId?: string, pageSize?: integer, pageToken?: string, includeLabels?: string, supportsAllDrives?: boolean, includeItemsFromAllDrives?: boolean, includePermissionsForView?: string) — 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(user_id?: string) — Retrieves a list of all system and user-created labels for the specified gmail account. - googlesuper_list_media_items(pageSize?: integer, pageToken?: string) — Lists all media items from a user's google photos library. - googlesuper_list_participant_sessions(filter?: string, parent: string, page_size?: integer, page_token?: string) — 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(fileId: string, pageSize?: integer, pageToken?: string, supportsAllDrives?: boolean, useDomainAdminAccess?: boolean, includePermissionsForView?: string) — 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(fields?: string, file_id: string, page_size?: integer, comment_id: string, page_token?: string, include_deleted?: boolean) — 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(fileId: string, pageSize?: integer, pageToken?: string, supportsAllDrives?: boolean) — 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(q?: string, pageSize?: integer, pageToken?: string, useDomainAdminAccess?: boolean) — 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(fields_mask?: string, spreadsheet_id: string) — 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(min_rows?: integer, min_columns?: integer, min_confidence?: number, spreadsheet_id: string) — 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 an - googlesuper_list_task_lists(pageToken?: string, maxResults?: integer) — Fetches the authenticated user's task lists from google tasks; results may be paginated. - googlesuper_list_tasks(dueMax?: string, dueMin?: string, pageToken?: string, maxResults?: integer, showHidden?: boolean, updatedMin?: string, showDeleted?: boolean, tasklist_id: string, completedMax?: string, completedMin?: string, showCompleted?: boolean) — 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(query?: string, user_id?: string, verbose?: boolean, page_token?: string, max_results?: integer) — 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(query: string, range?: string, case_sensitive?: boolean, spreadsheet_id: string) — 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(mode: string, view_params?: object, place_params?: object, search_params?: object, directions_params?: object, streetview_params?: object) — 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(user_id?: string, thread_id: string, add_label_ids?: string[], remove_label_ids?: string[]) — Adds or removes specified existing label ids from a gmail thread, affecting all its messages; ensure the thread id is valid. - googlesuper_move_file(file_id: string, add_parents?: string, ocr_language?: string, include_labels?: string, remove_parents?: string, supports_all_drives?: boolean, keep_revision_forever?: boolean, include_permissions_for_view?: string, use_content_as_indexable_text?: boolean) — 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(task: string, parent?: string, previous?: string, tasklist: string, destinationTasklist?: string) — Moves the specified task to another position in the destination task list. - googlesuper_move_to_trash(user_id?: string, message_id: string) — Moves an existing, non-deleted email message to the trash for the specified user. - googlesuper_nearby_search(radius: number, latitude: number, fieldMask?: string, longitude: number, excludedTypes?: string[], includedTypes?: string[], maxResultCount?: integer) — 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_parse_file(file_id: string, mime_type?: string) — Deprecated: exports google workspace files (max 10mb) to a specified format using `mime type`, or downloads other file types; use `googledrive download file` instead. - googlesuper_patch_calendar(summary: string, location?: string, timezone?: string, calendar_id: string, description?: string) — 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` c - googlesuper_patch_event(summary?: string, end_time?: string, event_id: string, location?: string, timezone?: string, attendees?: string[], start_time?: string, calendar_id: string, description?: string, send_updates?: string, max_attendees?: integer, rsvp_response?: string, supports_attachments?: boolean, conference_data_version?: integer) — 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 val - googlesuper_patch_label(id: string, name?: string, color?: object, userId: string, labelListVisibility?: string, messageListVisibility?: string) — Patches the specified label. - googlesuper_patch_task(id?: string, due?: string, etag?: string, notes?: string, title: string, hidden?: boolean, status: string, deleted?: boolean, task_id: string, completed?: string, tasklist_id: string) — 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`, ` - googlesuper_patch_task_list(tasklist_id: string, updated_title: string) — Updates the title of an existing google tasks task list. - googlesuper_query_table(sql: string, spreadsheet_id: string, include_formulas?: boolean) — 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, - googlesuper_quick_add(text?: string, calendar_id?: string, send_updates?: string) — 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 even - googlesuper_remove_attendee(event_id: string, calendar_id?: string, attendee_email: string) — Removes an attendee from a specified event in a google calendar; the calendar and event must exist. - googlesuper_remove_label(user_id?: string, label_id: string) — Permanently deletes a specific, existing user-created gmail label by its id for a user; cannot delete system labels. - googlesuper_replace_all_text(tab_ids?: string[], find_text: string, match_case: boolean, document_id: string, replace_text: string, search_by_regex?: boolean) — 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(document_id: string, replace_image: object) — 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(cc?: string[], bcc?: string[], is_html?: boolean, user_id?: string, thread_id: string, attachment?: object, message_body: string, recipient_email: string, extra_recipients?: string[]) — 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` param - googlesuper_search_developer_metadata(dataFilters: object[], spreadsheetId: string) — Tool to search for developer metadata in a spreadsheet. use when you need to find specific metadata entries based on filters. - googlesuper_search_documents(query?: string, order_by?: string, max_results?: integer, starred_only?: boolean, created_after?: string, modified_after?: string, shared_with_me?: boolean, include_trashed?: boolean) — Search for google documents using various filters including name, content, date ranges, and more. - googlesuper_search_media_items(albumId?: string, filters?: object, orderBy?: string, pageSize?: integer, pageToken?: string) — Searches for media items in a user's google photos library. - googlesuper_search_people(query: string, pageSize?: integer, person_fields?: string, other_contacts?: boolean) — Searches contacts by matching the query against names, nicknames, emails, phone numbers, and organizations, optionally including 'other contacts'. - googlesuper_search_spreadsheets(query?: string, order_by?: string, max_results?: integer, starred_only?: boolean, created_after?: string, modified_after?: string, shared_with_me?: boolean, include_trashed?: boolean) — Search for google spreadsheets using various filters including name, content, date ranges, and more. - googlesuper_send_draft(user_id?: string, draft_id: string) — Sends the specified, existing draft to the recipients in the to, cc, and bcc headers. - googlesuper_send_email(cc?: string[], bcc?: string[], body: string, is_html?: boolean, subject?: string, user_id?: string, attachment?: object, recipient_email: string, extra_recipients?: string[]) — 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(filter: object, spreadsheetId: string) — 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(pageToken?: string, syncToken?: string, maxResults?: integer) — Returns all user settings for the authenticated user. - googlesuper_settings_watch(id: string, type: string, token?: string, params?: object, address: string) — Watch for changes to settings resources. - googlesuper_sheet_from_json(title: string, sheet_json: object[], sheet_name: string) — 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(sheet_id: integer, spreadsheet_id: string, destination_spreadsheet_id: string) — 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(range: string, values: array[], spreadsheetId: string, majorDimension?: string, insertDataOption?: string, valueInputOption: string, includeValuesInResponse?: boolean, responseValueRenderOption?: string, responseDateTimeRenderOption?: string) — 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(ranges: string[], spreadsheet_id: string) — 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(dataFilters: object[], spreadsheetId: string) — 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 wil - googlesuper_spreadsheets_values_batch_get_by_data_filter(dataFilters: object[], spreadsheetId: string, majorDimension?: string, valueRenderOption?: string, dateTimeRenderOption?: string) — 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 sh - googlesuper_stop_watch_channel(id: string, kind?: string, token?: string, params?: object, address?: string, payload?: boolean, expiration?: string, resourceId: string, channelType?: string, resourceUri?: string) — 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(pageToken?: string, sync_token?: string, calendar_id?: string, event_types?: string[], max_results?: integer, single_events?: boolean) — 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 - googlesuper_text_search(fieldMask?: string, textQuery: string, maxResultCount?: integer) — Searches for places on google maps using a textual query (e.g., "restaurants in london", "eiffel tower"). - googlesuper_unhide_drive(driveId: string) — Tool to unhide a shared drive. use when you need to restore a shared drive to the default view. - googlesuper_unmerge_table_cells(tableRange: object, document_id: string) — 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(file_id: string, supportsAllDrives?: boolean) — 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(role: string, rule_id: string, calendar_id: string, send_notifications?: boolean) — Updates an access control rule for the specified calendar. - googlesuper_update_album(title?: string, albumId: string, coverPhotoMediaItemId?: string) — Updates an album's title or cover photo in google photos. - googlesuper_update_comment(fields?: string, content?: string, file_id: string, resolved?: boolean, comment_id: string) — 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(document_id: string, new_markdown_text: string) — Replaces the entire content of an existing google docs document with new markdown text; requires edit permissions for the document. - googlesuper_update_document_style(fields: string, tab_id?: string, document_id: string, document_style: object) — 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(name?: string, hidden?: boolean, driveId: string, themeId?: string, colorRgb?: string, restrictions?: object, backgroundImageFile?: object, useDomainAdminAccess?: boolean) — 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(summary?: string, event_id: string, location?: string, timezone?: string, attendees?: string[], eventType?: string, recurrence?: string[], visibility?: string, calendar_id?: string, description?: string, send_updates?: boolean, transparency?: string, start_datetime: string, guests_can_modify?: boolean, create_meeting_room?: boolean, event_duration_hour?: integer, guestsCanInviteOthers?: boolean, event_duration_minutes?: integer, guestsCanSeeOtherGuests?: boolean, workingLocationProperties?: object) — 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(editDocs: object[], document_id: string) — Applies programmatic edits, such as text insertion, deletion, or formatting, to a specified google doc using the `batchupdate` api method. - googlesuper_update_file_put(name?: string, file_id: string, starred?: boolean, mime_type?: string, add_parents?: string, description?: string, ocr_language?: string, remove_parents?: string, writers_can_share?: boolean, supports_all_drives?: boolean, keep_revision_forever?: boolean, use_domain_admin_access?: boolean, viewers_can_copy_content?: boolean) — 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: thi - googlesuper_update_file_revision_metadata(file_id: string, published?: boolean, publishAuto?: boolean, revision_id: string, keep_forever?: boolean, publishedOutsideDomain?: boolean) — 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(description?: string, mediaItemId: string) — Updates a media item's description in google photos. - googlesuper_update_permission(fileId: string, permission: object, permissionId: string, removeExpiration?: boolean, supportsAllDrives?: boolean, transferOwnership?: boolean, useDomainAdminAccess?: boolean, enforceExpansiveAccess?: boolean) — 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(fields: string, content: string, file_id: string, reply_id: string, comment_id: string) — 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(spreadsheetId: string, updateSheetProperties: object) — 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 appe - googlesuper_update_space(name: string, config?: object, updateMask?: string) — 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(fields: string, properties: object, spreadsheetId: string) — 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(documentId: string, updateTableRowStyle: object) — 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(due?: string, task: string, notes?: string, title?: string, status?: string, tasklist: string) — Updates the specified task. - googlesuper_update_task_list(title: string, tasklist_id: string) — Updates the authenticated user's specified task list. - googlesuper_upload_file(file_to_upload: object, folder_to_upload_to?: string) — 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(description?: string, file_to_upload: object) — Upload a media file to google photos. supports images (up to 200mb) and videos (up to 20gb). - googlesuper_watch_changes(id: string, type: string, token?: string, params?: object, spaces?: string, address: string, drive_id?: string, page_size?: integer, expiration?: integer, page_token?: string, include_labels?: string, include_removed?: boolean, supports_all_drives?: boolean, restrict_to_my_drive?: boolean, include_corpus_removals?: boolean, include_permissions_for_view?: string, include_items_from_all_drives?: boolean) — 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. ## Links Docs: https://mcp.ai/docs/mcps/googlesuper Website: https://mcp.ai/mcps/googlesuper