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
gmail_batch_delete
[ remote ]Permanently delete multiple messages at once. Maximum 1000 IDs per request. Irreversible.
gmail_batch_modify
[ remote ]Add or remove labels on multiple messages at once. Maximum 1000 IDs per request.
gmail_create_draft
[ remote ]Create a new draft email. The draft can be sent later with gmail_send_draft.
GMAIL_CREATE_EMAIL_DRAFT
[ remote ]Creates a gmail email draft, supporting to/cc/bcc, subject, plain/html body (ensure `is html=true` for html), attachments, and threading.
GMAIL_CREATE_LABEL
[ remote ]Creates a new label with a unique name in the specified user's gmail account.
GMAIL_DELETE_DRAFT
[ remote ]Permanently deletes a specific gmail draft using its id; ensure the draft exists and the user has necessary permissions for the given `user id`.
gmail_delete_label
[ remote ]Delete a user-created label. System labels cannot be deleted. Messages with this label are not deleted.
GMAIL_DELETE_MESSAGE
[ remote ]Permanently deletes a specific email message by its id from a gmail mailbox; for `user id`, use 'me' for the authenticated user or an email address to which the authenticated user has delegated access.
GMAIL_FETCH_EMAILS
[ remote ]Fetches a list of email messages from a gmail account, supporting filtering, pagination, and optional full content retrieval.
GMAIL_FETCH_MESSAGE_BY_MESSAGE_ID
[ remote ]Fetches a specific email message by its id, provided the `message id` exists and is accessible to the authenticated `user id`.
GMAIL_FETCH_MESSAGE_BY_THREAD_ID
[ remote ]Retrieves messages from a gmail thread using its `thread id`, where the thread must be accessible by the specified `user id`.
GMAIL_GET_ATTACHMENT
[ remote ]Retrieves a specific attachment by id from a message in a user's gmail mailbox, requiring valid message and attachment ids.
GMAIL_GET_CONTACTS
[ remote ]Fetches contacts (connections) for the authenticated google account, allowing selection of specific data fields and pagination.
gmail_get_draft
[ remote ]Get a specific draft by ID, including the draft message content.
gmail_get_label
[ remote ]Get details for a specific label, including message and thread counts.
gmail_get_message
[ remote ]Get a specific message by ID. Returns headers, body, labels, and metadata. Use format=full for parsed body or format=raw for RFC 2822.
GMAIL_GET_PEOPLE
[ remote ]Retrieves either a specific person's details (using `resource name`) or lists 'other contacts' (if `other contacts` is true), with `person fields` specifying the data to return.
GMAIL_GET_PROFILE
[ remote ]Retrieves key gmail profile information (email address, message/thread totals, history id) for a user.
gmail_get_thread
[ remote ]Get all messages in a thread (conversation). Returns the complete email chain.
GMAIL_LIST_DRAFTS
[ remote ]Retrieves a paginated list of email drafts from a user's gmail account. use verbose=true to get full draft details including subject, body, sender, and timestamp.
GMAIL_LIST_LABELS
[ remote ]Retrieves a list of all system and user-created labels for the specified gmail account.
gmail_list_messages
[ remote ]List messages in the mailbox. Supports Gmail search syntax for filtering (e.g., from:, to:, subject:, is:unread, has:attachment).
GMAIL_LIST_THREADS
[ remote ]Retrieves a list of email threads from a gmail account, identified by `user id` (email address or 'me'), supporting filtering and pagination.
gmail_modify_message
[ remote ]Add or remove labels on a message. Use this to mark as read/unread, star/unstar, or apply custom labels.
gmail_modify_thread
[ remote ]Add or remove labels on all messages in a thread.
GMAIL_MODIFY_THREAD_LABELS
[ remote ]Adds or removes specified existing label ids from a gmail thread, affecting all its messages; ensure the thread id is valid.
GMAIL_MOVE_TO_TRASH
[ remote ]Moves an existing, non-deleted email message to the trash for the specified user.
GMAIL_PATCH_LABEL
[ remote ]Patches the specified label.
GMAIL_REMOVE_LABEL
[ remote ]Permanently deletes a specific, existing user-created gmail label by its id for a user; cannot delete system labels.
GMAIL_REPLY_TO_THREAD
[ remote ]Sends a reply within a specific gmail thread using the original thread's subject, requiring a valid `thread id` and correctly formatted email addresses. supports attachments via the `attachment` parameter with valid `s3key`, `mimetype`, and `name`.