SendGrid MCP Server

get_single_send

Get details of a specific single send

Input Schema

NameRequiredDescriptionDefault
single_send_idYesID of the single send to retrieve

Input Schema (JSON Schema)

{ "properties": { "single_send_id": { "description": "ID of the single send to retrieve", "type": "string" } }, "required": [ "single_send_id" ], "type": "object" }