Gmail MCP
Integrates Gmail functionality, enabling email search, message retrieval, and attachment downloads via Google Apps Script.
Skills
Explore the skills and capabilities of this skillset.
gmail_get_message
指定したmessageIdのメール本文と詳細を取得します。 引数: messageId (GmailのメッセージID)
gmail_search_messages
Gmail内で指定したクエリに一致するメールを検索します。 queryパラメータはGmailの検索クエリ形式で指定します。 例: "subject:Meeting newer_than:1d" 結果はJSONで返り、メール一覧(件名、messageIdなど)を含みます。
gmail_download_attachment
指定したmessageIdとattachmentIdで添付ファイルを取得します。 ファイルはDownloadsフォルダに保存されます。 attachmentIdはattachmentsの各attachmentのnameでありファイル名となることが多いです(invoice.pdfなど)。 引数: - messageId: メッセージID(必須) - attachmentId: 添付ファイルID(必須) - outputFilename: 保存時のファイル名(オプション)
Configuration
Customize the skillset to fit your needs.
MCP Server
Connect to MCP Server