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

[ 3134 tools indexed ]

[ all tools ]

30 / 3134

Google Docs /

GOOGLEDOCS_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 Docs /

GOOGLEDOCS_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 Docs /

GOOGLEDOCS_REPLACE_ALL_TEXT

remote  ]

Tool to replace all occurrences of a specified text string with another text string throughout a Google Document. Use when you need to perform a global find and replace operation within a document.

Google Docs /

GOOGLEDOCS_REPLACE_IMAGE

remote  ]

Tool to replace a specific image in a document with a new image from a URI. Use when you need to update an existing image within a Google Doc.

Google Docs /

GOOGLEDOCS_SEARCH_DOCUMENTS

remote  ]

Search for Google Documents using various filters including name, content, date ranges, and more.

Google Docs /

GOOGLEDOCS_UNMERGE_TABLE_CELLS

remote  ]

Tool to unmerge previously merged cells in a table. Use this when you need to revert merged cells in a Google Document table back to their individual cell states.

Google Docs /

GOOGLEDOCS_UPDATE_DOCUMENT_MARKDOWN

remote  ]

Replaces the entire content of an existing Google Docs document with new Markdown text; requires edit permissions for the document.

Google Docs /

GOOGLEDOCS_UPDATE_DOCUMENT_SECTION_MARKDOWN

remote  ]

Tool to insert or replace a section of a Google Docs document with Markdown content. Use when you need to update only a section of a document by specifying start and optional end indices. Supports full Markdown formatting.

Google Docs /

GOOGLEDOCS_UPDATE_DOCUMENT_STYLE

remote  ]

Tool to update the overall document style, such as page size, margins, and default text direction. Use when you need to modify the global style settings of a Google Document.

Google Docs /

GOOGLEDOCS_UPDATE_EXISTING_DOCUMENT

remote  ]

Applies programmatic edits, such as text insertion, deletion, or formatting, to a specified Google Doc using the `batchUpdate` API method.

Google Docs /

GOOGLEDOCS_UPDATE_TABLE_ROW_STYLE

remote  ]

Tool to update the style of a table row in a Google Document. Use when you need to modify the appearance of specific rows within a table, such as setting minimum row height or marking rows as headers.

Google Drive /

GOOGLEDRIVE_ADD_FILE_SHARING_PREFERENCE

remote  ]

Modifies sharing permissions for an existing google drive file, granting a specified role to a user, group, domain, or 'anyone'.

Google Drive /

GOOGLEDRIVE_COPY_FILE

remote  ]

Duplicates an existing file in google drive, identified by its `file id`.

Google Drive /

GOOGLEDRIVE_CREATE_COMMENT

remote  ]

Tool to create a comment on a file. use when you need to add a new comment to a specific file in google drive.

Google Drive /

GOOGLEDRIVE_CREATE_DRIVE

remote  ]

Tool to create a new shared drive. use when you need to programmatically create a new shared drive for collaboration or storage.

Google Drive /

GOOGLEDRIVE_CREATE_FILE

remote  ]

Creates a new file or folder with metadata. use to create empty files or folders, or files with content by providing it in the request body (though this action primarily focuses on metadata creation).

Google Drive /

GOOGLEDRIVE_CREATE_FILE_FROM_TEXT

remote  ]

Creates a new file in google drive from provided text content (up to 10mb), supporting various formats including automatic conversion to google workspace types.

Google Drive /

GOOGLEDRIVE_CREATE_FOLDER

remote  ]

Creates a new folder in google drive, optionally within a parent folder specified by its id or name; if a parent name is provided but not found, the action will fail.

Google Drive /

GOOGLEDRIVE_CREATE_REPLY

remote  ]

Tool to create a reply to a comment in google drive. use when you need to respond to an existing comment on a file.

Google Drive /

GOOGLEDRIVE_CREATE_SHORTCUT_TO_FILE

remote  ]

Tool to create a shortcut to a file or folder in google drive. use when you need to link to an existing drive item from another location without duplicating it.

Google Drive /

GOOGLEDRIVE_DELETE_COMMENT

remote  ]

Deletes a comment from a file. use when you need to remove a specific comment from a google drive file.

Google Drive /

GOOGLEDRIVE_DELETE_DRIVE

remote  ]

Tool to permanently delete a shared drive. use when you need to remove a shared drive and its contents (if specified).

Google Drive /

GOOGLEDRIVE_DELETE_PERMISSION

remote  ]

Deletes a permission from a file by permission id. use when you need to revoke access for a specific user or group from a file.

Google Drive /

GOOGLEDRIVE_DELETE_REPLY

remote  ]

Tool to delete a specific reply by reply id. use when you need to remove a reply from a comment on a file.

Google Drive /

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

Google Drive /

GOOGLEDRIVE_EDIT_FILE

remote  ]

Updates an existing google drive file by overwriting its entire content with new text (max 10mb).

Google Drive /

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

Google Drive /

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

Google Drive /

GOOGLEDRIVE_FIND_FILE

remote  ]

Tool to list or search for files and folders in google drive. use when you need to find specific files based on query criteria or list contents of a drive/folder.

Google Drive /

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