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

Google Super /

GOOGLESUPER_LIST_CHANGES

Remote

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 `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.

Google Super /

GOOGLESUPER_LIST_COMMENTS

Remote

Tool to list all comments for a file in Google Drive. Use when you need to retrieve comments associated with a specific file.

Google Super /

GOOGLESUPER_LIST_CONFERENCE_RECORDS

Remote

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.

Google Super /

GOOGLESUPER_LIST_DRAFTS

Remote

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.

Google Super /

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.

Google Super /

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.

Google Super /

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.

Google Super /

GOOGLESUPER_LIST_KEY_EVENTS

Remote

Tool to list Key Events. Use when you need to retrieve all key event definitions for a given property.

Google Super /

GOOGLESUPER_LIST_LABELS

Remote

Retrieves a list of all system and user-created labels for the specified Gmail account.

Google Super /

GOOGLESUPER_LIST_MEDIA_ITEMS

Remote

Lists all media items from a user's Google Photos library.

Google Super /

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.

Google Super /

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.

Google Super /

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.

Google Super /

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.

Google Super /

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.

Google Super /

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.

Google Super /

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.

Google Super /

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.

Google Super /

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.

Google Super /

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.

Google Super /

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.

Google Super /

GOOGLESUPER_LIST_TASK_LISTS

Remote

Fetches the authenticated user's task lists from Google Tasks; results may be paginated.

Google Super /

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.

Google Super /

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.

Google Super /

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.

Google Super /

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.

Google Super /

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.

Google Super /

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).

Google Super /

GOOGLESUPER_MOVE_TASK

Remote

Moves the specified task to another position in the destination task list.

Google Super /

GOOGLESUPER_MOVE_TO_TRASH

Remote

Moves an existing, non-deleted email message to the trash for the specified user.