[ agent capabilities ]

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 /

gmail_batch_delete

remote  ]

Permanently delete multiple messages at once. Maximum 1000 IDs per request. Irreversible.

Gmail /

gmail_batch_modify

remote  ]

Add or remove labels on multiple messages at once. Maximum 1000 IDs per request.

Gmail /

gmail_create_draft

remote  ]

Create a new draft email. The draft can be sent later with gmail_send_draft.

Gmail /

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 /

GMAIL_CREATE_LABEL

remote  ]

Creates a new label with a unique name in the specified user's gmail account.

Gmail /

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 /

gmail_delete_label

remote  ]

Delete a user-created label. System labels cannot be deleted. Messages with this label are not deleted.

Gmail /

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 /

GMAIL_FETCH_EMAILS

remote  ]

Fetches a list of email messages from a gmail account, supporting filtering, pagination, and optional full content retrieval.

Gmail /

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 /

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 /

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 /

GMAIL_GET_CONTACTS

remote  ]

Fetches contacts (connections) for the authenticated google account, allowing selection of specific data fields and pagination.

Gmail /

gmail_get_draft

remote  ]

Get a specific draft by ID, including the draft message content.

Gmail /

gmail_get_label

remote  ]

Get details for a specific label, including message and thread counts.

Gmail /

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 /

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 /

GMAIL_GET_PROFILE

remote  ]

Retrieves key gmail profile information (email address, message/thread totals, history id) for a user.

Gmail /

gmail_get_thread

remote  ]

Get all messages in a thread (conversation). Returns the complete email chain.

Gmail /

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 /

GMAIL_LIST_LABELS

remote  ]

Retrieves a list of all system and user-created labels for the specified gmail account.

Gmail /

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 /

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 /

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 /

gmail_modify_thread

remote  ]

Add or remove labels on all messages in a thread.

Gmail /

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 /

GMAIL_MOVE_TO_TRASH

remote  ]

Moves an existing, non-deleted email message to the trash for the specified user.

Gmail /

GMAIL_PATCH_LABEL

remote  ]

Patches the specified label.

Gmail /

GMAIL_REMOVE_LABEL

remote  ]

Permanently deletes a specific, existing user-created gmail label by its id for a user; cannot delete system labels.

Gmail /

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