SendGrid MCP Server

get_template

Retrieve a SendGrid template by ID

Input Schema

NameRequiredDescriptionDefault
template_idYesID of the template to retrieve

Input Schema (JSON Schema)

{ "properties": { "template_id": { "description": "ID of the template to retrieve", "type": "string" } }, "required": [ "template_id" ], "type": "object" }