The MCP tool directory.
Each row is one tool from one provider. Tools sharing a name across providers (e.g. search) are listed separately because they aren't interchangeable.
[ 2890 tools indexed ]
[ all tools ]
30 / 2890
GOOGLESUPER_DELETE_SHEET
[ remote ]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
[ remote ]Tool to delete an entire table from a Google Document. Use when you have the document ID and the specific start and end index of the table element to be removed. The table's range can be found by inspecting the document's content structure.
GOOGLESUPER_DELETE_TABLE_COLUMN
[ remote ]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
[ remote ]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
[ remote ]Deletes a specified task from a given task list in Google Tasks.
GOOGLESUPER_DELETE_TASK_LIST
[ remote ]Permanently deletes an existing Google Task list, identified by `tasklist_id`, along with all its tasks; this operation is irreversible.
GOOGLESUPER_DISTANCE_MATRIX_API
[ remote ]DEPRECATED: Legacy API that calculates travel distance and time for a matrix of origins and destinations. This API only works with API keys (no OAuth2 support). Use the modern 'Compute Route Matrix' action instead, which supports OAuth2 authentication. Supports different modes of transportation and options like departure/arrival times.
GOOGLESUPER_DOWNLOAD_FILE
[ remote ]Downloads a file from Google Drive by its ID. For Google Workspace documents (Docs, Sheets, Slides), optionally exports to a specified `mime_type`. For other file types, downloads in their native format regardless of mime_type. Examples: Export a Google Doc to plain text: {"file_id": "1N2o5xQWmAbCdEfGhIJKlmnOPq", "mime_type": "text/plain"} Download a Google Sheet as CSV: {"file_id": "1ZyXwVuTsRqPoNmLkJiHgFeDcB", "mime_type": "text/csv"}
GOOGLESUPER_DUPLICATE_CALENDAR
[ remote ]Creates a new, empty Google Calendar with the specified title (summary).
GOOGLESUPER_EDIT_FILE
[ remote ]Updates an existing Google Drive file by overwriting its entire content with new text (max 10MB). This action allows users to change the content of a Drive file, ensuring that the latest updates are saved and available without creating a new file. Users can specify different MIME types for the content being uploaded, facilitating various file formats.
GOOGLESUPER_EMPTY_TRASH
[ remote ]Tool to permanently delete all of the user's trashed files. Use when you want to empty the trash in Google Drive. This action allows you to permanently remove all files that are currently in the trash of Google Drive. It can be applied to files in both the user's root trash and shared drives, ensuring a complete removal of unwanted files.
GOOGLESUPER_EVENTS_INSTANCES
[ remote ]Returns instances of the specified recurring event.
GOOGLESUPER_EVENTS_LIST
[ remote ]Returns events on the specified calendar.
GOOGLESUPER_EVENTS_MOVE
[ remote ]Moves an event to another calendar, i.e., changes an event's organizer.
GOOGLESUPER_EVENTS_WATCH
[ remote ]Watch for changes to Events resources.
GOOGLESUPER_EXECUTE_SQL
[ remote ]Execute SQL queries against Google Sheets tables. Supports SELECT, INSERT, UPDATE, and DELETE operations with familiar SQL syntax. Tables are automatically detected and mapped from the spreadsheet structure.
GOOGLESUPER_FETCH_EMAILS
[ remote ]Fetches a list of email messages from a Gmail account, supporting filtering, pagination, and optional full content retrieval.
GOOGLESUPER_FETCH_MESSAGE_BY_MESSAGE_ID
[ remote ]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
[ remote ]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
[ remote ]Modifies the set of labels applied to a file. Returns a list of the labels that were added or modified. Use when you need to programmatically change labels on a Google Drive file, such as adding, updating, or removing them.
GOOGLESUPER_FIND_EVENT
[ remote ]Finds events in a specified Google Calendar using text query, time ranges (event start/end, last modification), and event types; ensure `timeMin` is not chronologically after `timeMax` if both are provided.
GOOGLESUPER_FIND_FILE
[ remote ]The comprehensive Google Drive search tool that handles all file and folder discovery needs. Use this for any file finding task - from simple name searches to complex queries with date filters, MIME types, permissions, custom properties, folder scoping, and more. Searches across My Drive and shared drives with full metadata support. Examples: - Find PDFs: q="mimeType = 'application/pdf'" - Find recent files: q="modifiedTime > '2024-01-01T00:00:00'" - Search by name: q="name contains 'report'" - Files in folder: folderId="abc123" or q="'FOLDER_ID' in parents"
GOOGLESUPER_FIND_FOLDER
[ remote ]Tool to find a folder in Google Drive by its name and optionally a parent folder. Use when you need to locate a specific folder to perform further actions like creating files in it or listing its contents.
GOOGLESUPER_FIND_FREE_SLOTS
[ remote ]Finds both free and busy time slots in Google Calendars for specified calendars within a defined time range (defaults to the current day UTC if `time_min`/`time_max` are omitted). Returns busy intervals enriched with event details and calculates free slots by finding gaps between busy periods; `time_min` must precede `time_max` if both are provided. This action retrieves free and busy time slots for the specified calendars over a given time period. It analyzes the busy intervals from the calendars and provides calculated free slots based on the gaps in the busy periods.
GOOGLESUPER_FIND_REPLACE
[ remote ]Tool to find and replace text in a Google Spreadsheet. Use when you need to fix formula errors, update values, or perform bulk text replacements across cells. Common use cases: - Fix #ERROR! cells by replacing with empty string or correct formula - Update old values with new ones across multiple cells - Fix formula references or patterns - Clean up data formatting issues
GOOGLESUPER_FIND_WORKSHEET_BY_TITLE
[ remote ]Finds a worksheet by its exact, case-sensitive title within a Google Spreadsheet; returns a boolean indicating if found and the complete metadata of the entire spreadsheet, regardless of whether the target worksheet is found.
GOOGLESUPER_FORMAT_CELL
[ remote ]Applies text and background cell formatting to a specified range in a Google Sheets worksheet.
GOOGLESUPER_FORWARD_MESSAGE
[ remote ]Forward an existing Gmail message to specified recipients, preserving original body and attachments.
GOOGLESUPER_FREE_BUSY_QUERY
[ remote ]Returns free/busy information for a set of calendars.
GOOGLESUPER_GENERATE_IDS
[ remote ]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.