SendGrid MCP Server

create_contact_list

Create a new contact list in SendGrid to organize and manage email marketing contacts effectively using the MCP server interface.

Instructions

Create a new contact list in SendGrid

Input Schema

NameRequiredDescriptionDefault
nameYesName of the contact list

Input Schema (JSON Schema)

{ "properties": { "name": { "description": "Name of the contact list", "type": "string" } }, "required": [ "name" ], "type": "object" }
ID: 82glmn141z