Skip to main content
Glama

SendGrid MCP Server

by deyikong

update_email_list

Modify an existing email list by changing its name or other properties to keep your contact management organized and current.

Instructions

Update the properties of an existing email list

Input Schema

NameRequiredDescriptionDefault
list_idYesID of the email list to update
nameYesNew name for the email list

Input Schema (JSON Schema)

{ "properties": { "list_id": { "description": "ID of the email list to update", "type": "string" }, "name": { "description": "New name for the email list", "type": "string" } }, "required": [ "list_id", "name" ], "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