@pipeworx/gmail
Connect: https://gateway.pipeworx.io/gmail/mcp · Install: one-click buttons
Tools: 5
Tools
- gmail_list_messages — List messages in your inbox with optional filtering by label or read status. Returns message IDs, thread IDs, and preview text. Use gmail_search for complex queries like date ranges or attachments.
- gmail_get_message — Fetch full email details by message ID. Returns headers, subject, body text, sender, recipients, attachments, and applied labels.
- gmail_search — Search emails using Gmail query syntax (e.g., ‘from:[email protected]’, ‘subject:invoice’, ‘has:attachment’, ‘after:2024/01/01’, ‘is:unread’). Returns matching message IDs.
- gmail_send — Send an email with recipient, subject, and body text. Optionally add CC, BCC, reply-to address, and file attachments.
- gmail_list_labels — Get all your labels including system folders (INBOX, SENT, TRASH, DRAFTS) and custom labels. Returns label names and IDs for filtering or organizing.
Tools
-
gmail_get_message— Fetch full email details by message ID. Returns headers, subject, body text, sender, recipients, attachments, and applied labels. -
gmail_list_labels— Get all your labels including system folders (INBOX, SENT, TRASH, DRAFTS) and custom labels. Returns label names and IDs for filtering or organizing. -
gmail_list_messages— List messages in your inbox with optional filtering by label or read status. Returns message IDs, thread IDs, and preview text. Use gmail_search for complex queries like date ranges or attachments. -
gmail_search— Search emails using Gmail query syntax (e.g., 'from:[email protected]', 'subject:invoice', 'has:attachment', 'after:2024/01/01', 'is:unread'). Returns matching message IDs. -
gmail_send— Send an email with recipient, subject, and body text. Optionally add CC, BCC, reply-to address, and file attachments.