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

GOOGLEDOCS_DELETE_CONTENT_RANGE

Remote

Tool to delete a range of content from a Google Document. Use when you need to remove a specific portion of text or other structural elements within a document.

Google Docs /

GOOGLEDOCS_DELETE_FOOTER

Remote

Tool to delete a footer from a Google Document. Use when you need to remove a footer from a specific section or the default footer.

Google Docs /

GOOGLEDOCS_DELETE_HEADER

Remote

Deletes the header from the specified section or the default header if no section is specified. Use this tool to remove a header from a Google Document.

Google Docs /

GOOGLEDOCS_DELETE_NAMED_RANGE

Remote

Tool to delete a named range from a Google Document. Use when you need to remove a previously defined named range by its ID or name.

Google Docs /

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.

Google Docs /

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.

Google Docs /

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.

Google Docs /

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.

Google Docs /

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.

Google Docs /

GOOGLEDOCS_GET_DOCUMENT_BY_ID

Remote

Retrieves an existing Google Document by its ID; will error if the document is not found.

Google Docs /

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.

Google Docs /

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.

Google Docs /

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.

Google Docs /

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.

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