@kazuph/mcp-gmail-gas
by kazuph
gmail_get_message
指定したmessageIdのメール本文と詳細を取得します。 引数: messageId (GmailのメッセージID)
Input Schema
Name | Required | Description | Default |
---|---|---|---|
messageId | Yes |
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.