Skip to main content
Glama

SendGrid MCP Server

by deyikong

send_mail

Send transactional emails and marketing communications using SendGrid's API. Configure recipients, content, and delivery settings to manage email campaigns and automated messaging.

Instructions

Send an email using SendGrid Mail Send API

Input Schema

NameRequiredDescriptionDefault
contentYesEmail content
fromYes
personalizationsYesPersonalization settings for recipients
reply_toNo
subjectNoDefault subject if not set in personalizations

Input Schema (JSON Schema)

{ "properties": { "content": { "description": "Email content", "items": { "additionalProperties": false, "properties": { "type": { "description": "Content type (text/plain, text/html)", "type": "string" }, "value": { "description": "Content body", "type": "string" } }, "required": [ "type", "value" ], "type": "object" }, "type": "array" }, "from": { "$ref": "#/properties/personalizations/items/properties/to/items" }, "personalizations": { "description": "Personalization settings for recipients", "items": { "additionalProperties": false, "properties": { "bcc": { "items": { "$ref": "#/properties/personalizations/items/properties/to/items" }, "type": "array" }, "cc": { "items": { "$ref": "#/properties/personalizations/items/properties/to/items" }, "type": "array" }, "subject": { "type": "string" }, "substitutions": { "additionalProperties": {}, "type": "object" }, "to": { "items": { "additionalProperties": false, "properties": { "email": { "type": "string" }, "name": { "type": "string" } }, "required": [ "email" ], "type": "object" }, "type": "array" } }, "required": [ "to" ], "type": "object" }, "type": "array" }, "reply_to": { "$ref": "#/properties/personalizations/items/properties/to/items" }, "subject": { "description": "Default subject if not set in personalizations", "type": "string" } }, "required": [ "personalizations", "from", "content" ], "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/deyikong/sendgrid-mcp'

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