Skip to main content
Glama

Google Services MCP Server

gmail-send-email

Send emails through Gmail by specifying recipients, subject, and body content. Supports CC and BCC for managing email distribution.

Instructions

Send an email using Gmail

Input Schema

NameRequiredDescriptionDefault
bccNoBCC email addresses (comma-separated)
bodyYesEmail body content
ccNoCC email addresses (comma-separated)
subjectYesEmail subject
toYesRecipient email address

Input Schema (JSON Schema)

{ "properties": { "bcc": { "description": "BCC email addresses (comma-separated)", "type": "string" }, "body": { "description": "Email body content", "type": "string" }, "cc": { "description": "CC email addresses (comma-separated)", "type": "string" }, "subject": { "description": "Email subject", "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/RichardFelix999/Google-Service-MCP'

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