[ agent capabilities ]

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.

[ 3127 tools indexed ]

[ all tools ]

30 / 3127

Google Super /

GOOGLESUPER_GOOGLE_DRIVE_DELETE_FOLDER_OR_FILE_ACTION

remote  ]

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.

Google Super /

GOOGLESUPER_HIDE_DRIVE

remote  ]

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.

Google Super /

GOOGLESUPER_INSERT_DIMENSION

remote  ]

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.

Google Super /

GOOGLESUPER_INSERT_INLINE_IMAGE

remote  ]

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.

Google Super /

GOOGLESUPER_INSERT_PAGE_BREAK

remote  ]

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.

Google Super /

GOOGLESUPER_INSERT_TABLE_ACTION

remote  ]

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.

Google Super /

GOOGLESUPER_INSERT_TABLE_COLUMN

remote  ]

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.

Google Super /

GOOGLESUPER_INSERT_TASK

remote  ]

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` must belong to the same `tasklist_id` if specified. IMPORTANT: Date fields (due, completed) accept various formats like '28 Sep 2025', '11:59 PM, 22 Sep 2025', or ISO format '2025-09-21T15:30:00Z' and will automatically convert them to RFC3339 format required by the API.

Google Super /

GOOGLESUPER_INSERT_TEXT_ACTION

remote  ]

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.

Google Super /

GOOGLESUPER_LIST_ACCOUNTS

remote  ]

Tool to list all Accounts accessible by the caller. Use when you need to enumerate all Google Analytics accounts your credentials can access.

Google Super /

GOOGLESUPER_LIST_ACL_RULES

remote  ]

Retrieves the list of access control rules (ACLs) for a specified calendar, providing the necessary 'rule_id' values required for updating specific ACL rules.

Google Super /

GOOGLESUPER_LIST_ALBUMS

remote  ]

Lists all albums shown to a user in the Albums tab of Google Photos.

Google Super /

GOOGLESUPER_LIST_AUDIENCE_EXPORTS

remote  ]

Tool to list all audience exports for a GA4 property. Use when you need to fetch its export history after initiating exports.

Google Super /

GOOGLESUPER_LIST_AUDIENCE_LISTS

remote  ]

Tool to list all audience lists for a GA4 property. Use when you need to retrieve a property's configured audience lists after confirming the property ID.

Google Super /

GOOGLESUPER_LIST_AUDIENCES

remote  ]

Tool to list all audiences on a property. Use when you need to fetch all audiences for a GA4 property after confirming its existence.

Google Super /

GOOGLESUPER_LIST_CALENDARS

remote  ]

Retrieves a paginated list of calendars from the user's calendar list, with optional filtering and sync capabilities.

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.