Skip to main content
Glama

SendGrid MCP Server

by deyikong

create_custom_field

Add custom fields to SendGrid contacts to store additional data like text, numbers, or dates for enhanced contact management and segmentation.

Instructions

Create a new custom field for contacts

Input Schema

NameRequiredDescriptionDefault
field_typeYesType of the field
nameYesName of the custom field

Input Schema (JSON Schema)

{ "properties": { "field_type": { "description": "Type of the field", "enum": [ "Text", "Number", "Date" ], "type": "string" }, "name": { "description": "Name of the custom field", "type": "string" } }, "required": [ "name", "field_type" ], "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