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_LIST_FILE_LABELS
[ remote ]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
[ remote ]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_HISTORY
[ remote ]Tool to list Gmail mailbox change history since a known startHistoryId. Use when performing incremental mailbox syncs to fetch only new changes.
GOOGLESUPER_LIST_KEY_EVENTS
[ remote ]Tool to list Key Events. Use when you need to retrieve all key event definitions for a given property.
GOOGLESUPER_LIST_LABELS
[ remote ]Retrieves a list of all system and user-created labels for the specified Gmail account.
GOOGLESUPER_LIST_MEDIA_ITEMS
[ remote ]Lists all media items from a user's Google Photos library.
GOOGLESUPER_LIST_PARTICIPANT_SESSIONS
[ remote ]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
[ remote ]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_PROPERTIES
[ remote ]Tool to list GA4 properties under a specific account. Use after obtaining an account ID; supports pagination and including soft-deleted properties.
GOOGLESUPER_LIST_REPLIES_TO_COMMENT
[ remote ]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_REPORTING_DATA_ANNOTATIONS
[ remote ]Tool to list all Reporting Data Annotations on a property. Use when you need to retrieve or inspect annotations for a GA4 property.
GOOGLESUPER_LIST_REVISIONS
[ remote ]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_ROLLUP_PROPERTIES
[ remote ]Tool to list roll-up GA4 properties accessible to the caller. Use when you need to identify roll-up properties across all accessible accounts.
GOOGLESUPER_LIST_SEARCH_ADS360_LINKS
[ remote ]Tool to list all SearchAds360Links on a property. Use when you need to fetch all Search Ads 360 links for a given property after authenticating.
GOOGLESUPER_LIST_SHARED_DRIVES
[ remote ]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
[ remote ]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
[ remote ]This action is used to list all tables in a Google Spreadsheet, call this action to get the list of tables in a spreadsheet. Discover all tables in a Google Spreadsheet by analyzing sheet structure and detecting data patterns. Uses heuristic analysis to find header rows, data boundaries, and table structures.
GOOGLESUPER_LIST_TASK_LISTS
[ remote ]Fetches the authenticated user's task lists from Google Tasks; results may be paginated.
GOOGLESUPER_LIST_TASKS
[ remote ]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
[ remote ]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
[ remote ]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
[ remote ]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. Note: This API only works with API keys (no OAuth2 support). It generates embed URLs and does not make direct API calls.
GOOGLESUPER_MODIFY_THREAD_LABELS
[ remote ]Adds or removes specified existing label IDs from a Gmail thread, affecting all its messages; ensure the thread ID is valid.
GOOGLESUPER_MOVE_FILE
[ remote ]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
[ remote ]Moves the specified task to another position in the destination task list.
GOOGLESUPER_MOVE_TO_TRASH
[ remote ]Moves an existing, non-deleted email message to the trash for the specified user.
GOOGLESUPER_NEARBY_SEARCH
[ remote ]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
[ remote ]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
[ remote ]Partially updates (PATCHes) an existing Google Calendar, modifying only the fields provided; `summary` is mandatory and cannot be an empty string, and an empty string for `description` or `location` clears them.
GOOGLESUPER_PATCH_EVENT
[ remote ]Update 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.