Skip to main content
Glama

SendGrid MCP Server

by deyikong

list_contacts

Retrieve all contacts from your SendGrid account with pagination support to manage large contact lists efficiently.

Instructions

List all contacts with optional pagination

Input Schema

NameRequiredDescriptionDefault
page_sizeNoNumber of contacts to return (max 1000)
page_tokenNoToken for pagination

Input Schema (JSON Schema)

{ "properties": { "page_size": { "default": 100, "description": "Number of contacts to return (max 1000)", "type": "number" }, "page_token": { "description": "Token for pagination", "type": "string" } }, "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