Skip to main content
Glama

SendGrid MCP Server

by deyikong

search_contacts

Find contacts in SendGrid using search queries with segment conditions to locate specific email addresses or contact groups without creating segments.

Instructions

Search for contacts using query conditions without creating a segment

Input Schema

NameRequiredDescriptionDefault
page_sizeNoNumber of results to return (max 100)
page_tokenNoToken for pagination
queryYesSearch query using segment conditions (e.g., 'email LIKE "@example.com"')

Input Schema (JSON Schema)

{ "properties": { "page_size": { "default": 50, "description": "Number of results to return (max 100)", "type": "number" }, "page_token": { "description": "Token for pagination", "type": "string" }, "query": { "description": "Search query using segment conditions (e.g., 'email LIKE \"@example.com\"')", "type": "string" } }, "required": [ "query" ], "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