Skip to main content
Glama

SendGrid MCP Server

by deyikong

remove_contact_from_lists

Remove specific contacts from email marketing lists to manage subscriber groups and maintain list accuracy for targeted communications.

Instructions

Remove contacts from a specific email list

Input Schema

NameRequiredDescriptionDefault
contact_idsYesArray of contact IDs to remove from the list
list_idYesID of the list to remove contacts from

Input Schema (JSON Schema)

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