Skip to main content
Glama
Choppaaahh

sendgrid-mcp-secure

preview_email

Validate and render an email without sending it. Obtain a single-use confirm token to securely authorize the actual delivery.

Instructions

Validate and render an email WITHOUT sending it. Returns the exact payload that would go to SendGrid plus a single-use confirm_token (valid 10 minutes). Sending requires passing that token to send_email — there is no direct-send path. BCC is not accepted by design.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
ccNo
toYes
subjectNo
reply_toNo
body_htmlNo
body_textNo
from_nameNo
from_emailYes
template_idNo
template_dataNo
Behavior5/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations, the description carries full burden. It discloses key behaviors: the tool does not send, returns a single-use confirm_token valid for 10 minutes, and that sending must go through the token handoff. It also states the exact output (payload plus token) and design constraint on BCC.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is short and front-loaded with the main purpose. Each sentence adds critical workflow information without redundancy, achieving high information density in three concise sentences.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a tool with 10 parameters and no output schema, the description adequately covers the workflow, token expiry, and the necessity of calling send_email. However, it lacks details on validation error behavior and the exact structure of the returned payload, which slightly limits completeness given the schema's absence.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 0%, so the description must compensate by explaining parameter meanings, but it only mentions BCC (which is not even a parameter). It does not explain how to, from_email, template_id, template_data, body_html, or other fields are used, leaving the agent without guidance beyond raw schema definitions.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool's function: 'Validate and render an email WITHOUT sending it.' It also distinguishes itself from the sibling send_email by explaining the token-based handoff and the absence of a direct-send path.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description explicitly explains when to use this tool: it is a prerequisite for sending, as 'Sending requires passing that token to send_email — there is no direct-send path.' It also notes that BCC is not accepted, providing a clear constraint.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

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/Choppaaahh/sendgrid-mcp-secure'

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