Skip to main content
Glama
coopersully

SendGrid MCP Server

by coopersully

send_to_list

Send an email to a contact list by creating a single send with subject, HTML, plain text, and sender details. Optionally specify list IDs, segment IDs, and unsubscribe options.

Instructions

Send an email to a contact list using SendGrid Single Sends

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYesName of the single send
subjectYesEmail subject line
list_idsNoArray of list IDs to send to
sender_idYesID of the verified sender
segment_idsNoOptional array of segment IDs to send to
html_contentYesHTML content of the email
plain_contentYesPlain text content of the email
suppression_group_idNoID of the suppression group for unsubscribes (required if custom_unsubscribe_url not provided)
custom_unsubscribe_urlNoCustom URL for unsubscribes (required if suppression_group_id not provided)
Behavior2/5

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

With no annotations, the description should disclose behavioral traits. It does not explain whether the tool creates a new single send or sends an existing one, nor does it mention side effects, success/failure behavior, or required permissions.

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

Conciseness3/5

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

The description is very short (one sentence), which is concise but lacks substance. It could be improved by adding necessary context without becoming overly lengthy.

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

Completeness2/5

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

Given the tool has 9 parameters, no output schema, and no annotations, the description is insufficient. It does not explain return values, scheduling behavior, or what happens after execution, leaving significant gaps.

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

Parameters3/5

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

Schema coverage is 100%, so baseline is 3. The description adds no extra meaning beyond the schema parameter descriptions, failing to clarify relationships or usage patterns among the 9 parameters.

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

Purpose4/5

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

The description clearly states the action: sending an email to a contact list using SendGrid Single Sends. However, it does not differentiate from similar sibling tools like 'send_email' or 'schedule_single_send', leaving ambiguity about whether this sends immediately or uses an existing single send.

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

Usage Guidelines2/5

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

No guidance is provided on when to use this tool versus alternatives. There is no mention of prerequisites, when not to use it, or how it relates to other tools for creating or scheduling single sends.

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

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