Skip to main content
Glama

WayStation MCP Server

Official

sendGmailEmail

Send emails via Gmail directly from the WayStation MCP Server. Configure recipients, subject, body, CC, BCC, and thread IDs for efficient email communication without manual access.

Instructions

Sends an email directly through the user's Gmail account.

Input Schema

NameRequiredDescriptionDefault
bccNoBCC recipient email address(es)
bodyYesEmail body content (supports HTML)
ccNoCC recipient email address(es)
subjectYesEmail subject line
threadIdNoThread ID if this is a reply to an existing conversation
toYesRecipient email address(es)

Input Schema (JSON Schema)

{ "properties": { "bcc": { "anyOf": [ { "type": "string" }, { "items": { "type": "string" }, "type": "array" } ], "description": "BCC recipient email address(es)" }, "body": { "description": "Email body content (supports HTML)", "type": "string" }, "cc": { "anyOf": [ { "type": "string" }, { "items": { "type": "string" }, "type": "array" } ], "description": "CC recipient email address(es)" }, "subject": { "description": "Email subject line", "type": "string" }, "threadId": { "description": "Thread ID if this is a reply to an existing conversation", "type": "string" }, "to": { "anyOf": [ { "type": "string" }, { "items": { "type": "string" }, "type": "array" } ], "description": "Recipient email address(es)" } }, "required": [ "to", "subject", "body" ], "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/waystation-ai/mcp'

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