Skip to main content
Glama

SendGrid MCP Server

by Garoth

remove_contacts_from_list

Remove specific email addresses from a designated SendGrid contact list while retaining the contacts in your account. Simplify list management by targeting specific users for exclusion.

Instructions

Remove contacts from a SendGrid list without deleting them

Input Schema

NameRequiredDescriptionDefault
emailsYesArray of email addresses to remove from the list
list_idYesID of the contact list

Input Schema (JSON Schema)

{ "properties": { "emails": { "description": "Array of email addresses to remove from the list", "items": { "type": "string" }, "type": "array" }, "list_id": { "description": "ID of the contact list", "type": "string" } }, "required": [ "list_id", "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