Skip to main content
Glama

SendGrid MCP Server

by deyikong

get_subuser_stats

Retrieve email performance metrics for specific subusers within defined date ranges and aggregation periods to monitor and analyze email campaign effectiveness.

Instructions

Retrieve email statistics for specific subusers

Input Schema

NameRequiredDescriptionDefault
aggregated_byNoHow to group the statisticsday
end_dateNoEnd date in YYYY-MM-DD format (defaults to today)
start_dateYesStart date in YYYY-MM-DD format
subusersYesComma-separated list of subuser names to retrieve stats for

Input Schema (JSON Schema)

{ "properties": { "aggregated_by": { "default": "day", "description": "How to group the statistics", "enum": [ "day", "week", "month" ], "type": "string" }, "end_date": { "description": "End date in YYYY-MM-DD format (defaults to today)", "type": "string" }, "start_date": { "description": "Start date in YYYY-MM-DD format", "type": "string" }, "subusers": { "description": "Comma-separated list of subuser names to retrieve stats for", "type": "string" } }, "required": [ "subusers", "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/deyikong/sendgrid-mcp'

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