Skip to main content
Glama

SendGrid MCP Server

by deyikong

create_sender

Create a new sender identity for email campaigns by setting up from address, reply-to details, and physical address information required for email authentication.

Instructions

Create a new sender identity

Input Schema

NameRequiredDescriptionDefault
addressYesStreet address
cityYesCity
countryYesCountry
fromYes
nicknameYesNickname for the sender
reply_toYes
stateYesState
zipYesZIP code

Input Schema (JSON Schema)

{ "properties": { "address": { "description": "Street address", "type": "string" }, "city": { "description": "City", "type": "string" }, "country": { "description": "Country", "type": "string" }, "from": { "additionalProperties": false, "properties": { "email": { "description": "From email address", "type": "string" }, "name": { "description": "From name", "type": "string" } }, "required": [ "email", "name" ], "type": "object" }, "nickname": { "description": "Nickname for the sender", "type": "string" }, "reply_to": { "additionalProperties": false, "properties": { "email": { "description": "Reply-to email address", "type": "string" }, "name": { "description": "Reply-to name", "type": "string" } }, "required": [ "email", "name" ], "type": "object" }, "state": { "description": "State", "type": "string" }, "zip": { "description": "ZIP code", "type": "string" } }, "required": [ "nickname", "from", "reply_to", "address", "city", "state", "zip", "country" ], "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