Skip to main content
Glama

Revenue Engine MCP

send_email

Send emails through Gmail to manage business communications, track leads, and handle customer outreach as part of revenue operations.

Instructions

Send an email via Gmail. ALWAYS get user approval before calling this.

Input Schema

NameRequiredDescriptionDefault
bodyYesEmail body content
subjectYesEmail subject line
toYesRecipient email address

Input Schema (JSON Schema)

{ "properties": { "body": { "description": "Email body content", "type": "string" }, "subject": { "description": "Email subject line", "type": "string" }, "to": { "description": "Recipient email address", "type": "string" } }, "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/PromptishOperations/mcpSpec'

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