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
GOOGLEDOCS_DELETE_PARAGRAPH_BULLETS
[ remote ]Tool to remove bullets from paragraphs within a specified range in a Google Document. Use when you need to clear bullet formatting from a section of a document.
GOOGLEDOCS_DELETE_TABLE
[ remote ]Tool to delete an entire table from a Google Document. Use when you have the document ID and the specific start and end index of the table element to be removed. The table's range can be found by inspecting the document's content structure.
GOOGLEDOCS_DELETE_TABLE_COLUMN
[ remote ]Tool to delete a column from a table in a Google Document. Use this tool when you need to remove a specific column from an existing table within a document.
GOOGLEDOCS_DELETE_TABLE_ROW
[ remote ]Tool to delete a row from a table in a Google Document. Use when you need to remove a specific row from an existing table.
GOOGLEDOCS_GET_CHARTS_FROM_SPREADSHEET
[ remote ]Tool to retrieve a list of all charts from a specified Google Sheets spreadsheet. Use when you need to get chart IDs and their specifications for embedding or referencing elsewhere, such as in Google Docs.
GOOGLEDOCS_GET_DOCUMENT_BY_ID
[ remote ]Retrieves an existing Google Document by its ID; will error if the document is not found.
GOOGLEDOCS_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.
GOOGLEDOCS_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.
GOOGLEDOCS_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.
GOOGLEDOCS_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.
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.
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.
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.
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.
GOOGLEDOCS_SEARCH_DOCUMENTS
[ remote ]Search for Google Documents using various filters including name, content, date ranges, and more.
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.
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.
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.
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.
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.
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.
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'.
GOOGLEDRIVE_COPY_FILE
[ remote ]Duplicates an existing file in google drive, identified by its `file id`.
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.
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.
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).
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.
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.
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.
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.