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

gd_about

Remote

Get information about the authenticated user and their Google Drive — storage quota, import/export formats, and capabilities.

Google Drive /

gd_copy_file

Remote

Create a copy of a file. Optionally specify a new name, destination folder, or description for the copy.

Google Drive /

gd_create_comment

Remote

Add a comment to a file. The comment will be attributed to the authenticated user.

Google Drive /

gd_create_drive

Remote

Create a new shared drive (requires Google Workspace account). The authenticated user becomes the organizer.

Google Drive /

gd_create_file

Remote

Create a new file or Google Workspace document (metadata only, no content upload). To create a folder, use gd_create_folder. For Google Docs, set mimeType to "application/vnd.google-apps.document".

Google Drive /

gd_create_folder

Remote

Create a new folder in Google Drive. Optionally specify a parent folder to create it as a subfolder.

Google Drive /

gd_create_reply

Remote

Reply to a comment on a file. Optionally resolve the comment thread with action="resolve".

Google Drive /

gd_delete_comment

Remote

Delete a comment from a file. Only the comment author or file owner can delete comments.

Google Drive /

gd_delete_drive

Remote

Permanently delete a shared drive. The drive must be empty (no files) before it can be deleted. This action is irreversible.

Google Drive /

gd_delete_file

Remote

Permanently delete a file or folder. This action is irreversible — the file will NOT go to trash. Use gd_update_file with trashed=true to move to trash instead.

Google Drive /

gd_empty_trash

Remote

Permanently delete ALL files in the trash. This action is irreversible. All trashed files for the authenticated user will be permanently removed.

Google Drive /

gd_export_file

Remote

Export a Google Workspace file (Docs, Sheets, Slides, Drawings) to a standard format. Use this for Google-native files; use gd_read_file for regular files. Supported exports: Docs→text/plain,text/html,application/pdf; Sheets→text/csv,application/pdf; Slides→application/pdf,text/plain.

Google Drive /

gd_get_file

Remote

Get detailed metadata for a specific file or folder by ID. Returns all available metadata fields including size, owners, permissions, timestamps, and links.

Google Drive /

gd_list_comments

Remote

List comments on a file. Returns comment text, author, timestamps, resolved status, and inline replies.

Google Drive /

gd_list_drives

Remote

List shared drives (formerly Team Drives) that the user has access to. Supports search query for filtering by name.

Google Drive /

gd_list_permissions

Remote

List all permissions (sharing settings) for a file or folder. Shows who has access, their role (owner, writer, commenter, reader), and sharing type (user, group, domain, anyone).

Google Drive /

gd_list_replies

Remote

List replies to a specific comment on a file.

Google Drive /

gd_list_revisions

Remote

List revision history for a file. Shows who modified the file, when, file size at each revision, and checksums.

Google Drive /

gd_read_file

Remote

Read/download file content. Returns text content for text-based files (txt, csv, json, html, xml, code). For binary files, returns file info. For Google Workspace files (Docs, Sheets, Slides), use gd_export_file instead.

Google Drive /

gd_search_files

Remote

Search and list files in Google Drive. Use the q parameter for powerful search queries: name contains, mimeType, parent folder, trashed status, date filters. Returns file metadata with pagination support.

Google Drive /

gd_share_file

Remote

Share a file or folder by creating a permission. Share with a specific user (email), domain, or make public (anyone). Set role to control access level.

Google Drive /

gd_unshare_file

Remote

Remove a permission from a file or folder, revoking access for a user, group, or domain. Use gd_list_permissions to find the permission_id first.

Google Drive /

gd_update_file

Remote

Update file metadata — rename, change description, star/unstar, move between folders, or trash/untrash. Use add_parents/remove_parents to move files.

Google Docs /

gdoc_batch_update

Remote

Send a raw batchUpdate request with any combination of operations. Use this for complex multi-step updates or operations not covered by other tools.

Google Docs /

gdoc_create

Remote

Create a new Google Docs document with a title. Returns the document ID and metadata.

Google Docs /

gdoc_create_bullets

Remote

Convert paragraphs in a range to a bulleted or numbered list.

Google Docs /

gdoc_create_footer

Remote

Create a footer in the document. Returns the footer ID for inserting content.

Google Docs /

gdoc_create_header

Remote

Create a header in the document. Returns the header ID for inserting content.

Google Docs /

gdoc_create_named_range

Remote

Create a named range in the document for referencing a section of content.

Google Docs /

gdoc_delete_bullets

Remote

Remove bullets or numbering from paragraphs in a range.