Skip to main content
Glama

send-email

Send emails with subject, recipient address, and message body to communicate information or respond to messages through the email management system.

Instructions

Send Email with subject, destination and body

Input Schema

NameRequiredDescriptionDefault
bodyYesEmail body, min 1 char and max 255 chars
subjectYesEmail subject, min 1 char and max 30 chars
toYesDestination email

Input Schema (JSON Schema)

{ "properties": { "body": { "description": "Email body, min 1 char and max 255 chars", "maxLength": 255, "minLength": 1, "type": "string" }, "subject": { "description": "Email subject, min 1 char and max 30 chars", "maxLength": 30, "minLength": 1, "type": "string" }, "to": { "description": "Destination email", "format": "email", "type": "string" } }, "required": [ "to", "subject", "body" ], "type": "object" }

Other Tools

Latest Blog Posts

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/Karopatu/email-management-mcp'

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