Gmail
Summary
This Gmail integration leverages the Google API to provide seamless access to Gmail functionality within MCP. It enables operations like sending emails, managing labels, and searching messages programmatically. The implementation is designed for Python 3.12+ and uses modern libraries like httpx for efficient HTTP requests. It's ideal for automating email workflows, building email-based applications, or integrating Gmail capabilities into larger systems that utilize MCP's tool ecosystem.
Available Actions(6)
send-email
Sends email to email address recipient. Input: recipient_id (string): Email address of addressee, subject (string): Email subject, message (string): Email content. Returns status and message_id.
trash-email
Moves email to trash. Input: email_id (string): Auto-generated ID of email. Returns success message.
mark-email-as-read
Marks email as read. Input: email_id (string): Auto-generated ID of email. Returns success message.
get-unread-emails
Retrieves unread emails. Returns list of emails including email ID.
read-email
Retrieves given email content. Input: email_id (string): Auto-generated ID of email. Returns dictionary of email metadata and marks email as read.
open-email
Open email in browser. Input: email_id (string): Auto-generated ID of email. Returns success message and opens given email in default browser.
社区评论
暂无评论. 成为第一个评论的人!
登录以参与讨论