@kazuph/mcp-gmail-gas

gmail_get_message

Retrieve email content and details by specifying a Gmail message ID using Google Apps Script. Integrate with MCP for enhanced Gmail account interactions.

Instructions

指定したmessageIdのメール本文と詳細を取得します。 引数: messageId (GmailのメッセージID)

Input Schema

NameRequiredDescriptionDefault
messageIdYes

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "messageId": { "minLength": 1, "type": "string" } }, "required": [ "messageId" ], "type": "object" }

You must be authenticated.

Other Tools from @kazuph/mcp-gmail-gas

Related Tools

ID: 7awla69pjq