Skip to main content
Glama

SendGrid MCP Server

by Garoth

get_stats

Retrieve email statistics from SendGrid by specifying a start date, optional end date, and aggregation method (day, week, or month) for detailed analytics.

Instructions

Get SendGrid email statistics

Input Schema

NameRequiredDescriptionDefault
aggregated_byNoHow to aggregate the statistics (optional)
end_dateNoEnd date in YYYY-MM-DD format (optional)
start_dateYesStart date in YYYY-MM-DD format

Input Schema (JSON Schema)

{ "properties": { "aggregated_by": { "description": "How to aggregate the statistics (optional)", "enum": [ "day", "week", "month" ], "type": "string" }, "end_date": { "description": "End date in YYYY-MM-DD format (optional)", "type": "string" }, "start_date": { "description": "Start date in YYYY-MM-DD format", "type": "string" } }, "required": [ "start_date" ], "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/Garoth/sendgrid-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server