SendGrid MCP Server

get_contacts_by_list

Retrieve all contacts from a specified SendGrid contact list by providing the list ID to manage email marketing campaigns efficiently.

Instructions

Get all contacts in a SendGrid list

Input Schema

NameRequiredDescriptionDefault
list_idYesID of the contact list

Input Schema (JSON Schema)

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