Skip to main content
Glama

SendGrid MCP Server

by Garoth

delete_contacts

Remove specified email addresses from your SendGrid account using the input array of emails to manage contact lists efficiently.

Instructions

Delete contacts from your SendGrid account

Input Schema

NameRequiredDescriptionDefault
emailsYesArray of email addresses to delete

Input Schema (JSON Schema)

{ "properties": { "emails": { "description": "Array of email addresses to delete", "items": { "type": "string" }, "type": "array" } }, "required": [ "emails" ], "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/Garoth/sendgrid-mcp'

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