Skip to main content
Glama

SendGrid MCP Server

by deyikong

update_custom_field

Modify an existing custom field definition in SendGrid by updating its name using the field ID, allowing you to maintain organized contact data structures.

Instructions

Update an existing custom field definition

Input Schema

NameRequiredDescriptionDefault
field_idYesID of the custom field to update
nameYesNew name for the custom field

Input Schema (JSON Schema)

{ "properties": { "field_id": { "description": "ID of the custom field to update", "type": "string" }, "name": { "description": "New name for the custom field", "type": "string" } }, "required": [ "field_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