Skip to main content
Glama

send_email

Send emails through Gmail SMTP by providing recipient address, subject line, and message body content.

Instructions

Send an email using Gmail SMTP

Input Schema

NameRequiredDescriptionDefault
toYesRecipient email address
subjectYesEmail subject
bodyYesEmail body content

Input Schema (JSON Schema)

{ "properties": { "body": { "description": "Email body content", "minLength": 1, "type": "string" }, "subject": { "description": "Email subject", "minLength": 1, "type": "string" }, "to": { "description": "Recipient email address", "format": "email", "type": "string" } }, "required": [ "to", "subject", "body" ], "type": "object" }

Other Tools from Gmail MCP Server

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/PranavMishra28/gmail-mcp'

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