Skip to main content
Glama

Google Workspace MCP Server

MIT License
105
  • Apple
  • Linux

send_gmail_message

Send emails directly from your Gmail account by specifying recipient, subject, and message body. Confirms delivery with the sent email's message ID.

Instructions

Sends an email using the user's Gmail account. Args: to (str): Recipient email address. subject (str): Email subject. body (str): Email body (plain text). user_google_email (str): The user's Google email address. Required. Returns: str: Confirmation message with the sent email's message ID.

Input Schema

NameRequiredDescriptionDefault
bodyYesEmail body (plain text).
serviceYes
subjectYesEmail subject.
toYesRecipient email address.
user_google_emailYes

Input Schema (JSON Schema)

{ "properties": { "body": { "description": "Email body (plain text).", "title": "Body", "type": "string" }, "service": { "title": "service", "type": "string" }, "subject": { "description": "Email subject.", "title": "Subject", "type": "string" }, "to": { "description": "Recipient email address.", "title": "To", "type": "string" }, "user_google_email": { "title": "User Google Email", "type": "string" } }, "required": [ "service", "user_google_email", "to", "subject", "body" ], "title": "send_gmail_messageArguments", "type": "object" }

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/taylorwilsdon/google_workspace_mcp'

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