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.
2684 tools indexed
All tools
30 of 2684 shown
GOOGLESUPER_LIST_CHANGES
RemoteTool to list the changes for a user or shared drive. Use when you need to track modifications to files and folders, such as creations, deletions, or permission changes. This action requires a `pageToken` which can be initially obtained using the `get_changes_start_page_token` action or from a previous `LIST_CHANGES` response. Example usage: ```json { "pageSize": 100, "includeRemoved": true } ``` Returns changes with timestamps, file IDs, and modification details. Save the `newStartPageToken` from the response to monitor future changes efficiently.
GOOGLESUPER_LIST_COMMENTS
RemoteTool 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
RemoteTool 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
RemoteRetrieves 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
RemoteTool 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
RemoteTool 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
RemoteTool 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
RemoteTool to list Key Events. Use when you need to retrieve all key event definitions for a given property.
GOOGLESUPER_LIST_LABELS
RemoteRetrieves a list of all system and user-created labels for the specified Gmail account.
GOOGLESUPER_LIST_MEDIA_ITEMS
RemoteLists all media items from a user's Google Photos library.
GOOGLESUPER_LIST_PARTICIPANT_SESSIONS
RemoteTool 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
RemoteTool 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
RemoteTool 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
RemoteTool 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
RemoteTool 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
RemoteTool 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
RemoteTool 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
RemoteTool 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
RemoteTool 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
RemoteTool 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
RemoteThis 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
RemoteFetches the authenticated user's task lists from Google Tasks; results may be paginated.
GOOGLESUPER_LIST_TASKS
RemoteRetrieves 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
RemoteRetrieves 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
RemoteFinds 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
RemoteTool 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
RemoteAdds or removes specified existing label IDs from a Gmail thread, affecting all its messages; ensure the thread ID is valid.
GOOGLESUPER_MOVE_FILE
RemoteTool 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
RemoteMoves the specified task to another position in the destination task list.
GOOGLESUPER_MOVE_TO_TRASH
RemoteMoves an existing, non-deleted email message to the trash for the specified user.