Skip to main content
Glama

MCP Server Boilerplate

gmail-send-email

Send emails via Gmail by specifying recipient, subject, and body content. Include CC and BCC fields for additional recipients. Integrates with MCP Server Boilerplate for streamlined email delivery.

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)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "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/CaptainCrouton89/maps-mcp'

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