Skip to main content
Glama

@kazuph/mcp-gmail-gas

by kazuph

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

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/kazuph/mcp-gmail-gas'

If you have feedback or need assistance with the MCP directory API, please join our Discord server