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
GOOGLEDOCS_DELETE_CONTENT_RANGE
RemoteTool 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.
GOOGLEDOCS_DELETE_FOOTER
RemoteTool to delete a footer from a Google Document. Use when you need to remove a footer from a specific section or the default footer.
GOOGLEDOCS_DELETE_HEADER
RemoteDeletes 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.
GOOGLEDOCS_DELETE_NAMED_RANGE
RemoteTool 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.
GOOGLEDOCS_DELETE_PARAGRAPH_BULLETS
RemoteTool 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
RemoteTool 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
RemoteTool 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
RemoteTool 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
RemoteTool 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
RemoteRetrieves an existing Google Document by its ID; will error if the document is not found.
GOOGLEDOCS_INSERT_INLINE_IMAGE
RemoteTool 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
RemoteTool 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
RemoteTool 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
RemoteTool 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
RemoteTool 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
RemoteTool 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
RemoteTool 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
RemoteTool 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
RemoteSearch for Google Documents using various filters including name, content, date ranges, and more.
GOOGLEDOCS_UNMERGE_TABLE_CELLS
RemoteTool 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
RemoteReplaces the entire content of an existing Google Docs document with new Markdown text; requires edit permissions for the document.
GOOGLEDOCS_UPDATE_DOCUMENT_SECTION_MARKDOWN
RemoteTool 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
RemoteTool 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
RemoteApplies programmatic edits, such as text insertion, deletion, or formatting, to a specified Google Doc using the `batchUpdate` API method.
GOOGLEDOCS_UPDATE_TABLE_ROW_STYLE
RemoteTool 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
RemoteModifies sharing permissions for an existing google drive file, granting a specified role to a user, group, domain, or 'anyone'.
GOOGLEDRIVE_COPY_FILE
RemoteDuplicates an existing file in google drive, identified by its `file id`.
GOOGLEDRIVE_CREATE_COMMENT
RemoteTool 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
RemoteTool to create a new shared drive. use when you need to programmatically create a new shared drive for collaboration or storage.
GOOGLEDRIVE_CREATE_FILE
RemoteCreates 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).