Skip to main content
Glama
Sendbyte-Africa

@sendbyte/mcp

Official

send_email

Send transactional emails through the SendByte platform with support for HTML, plain text, templates, scheduling, and tags. Requires a verified sender domain and recipient addresses.

Instructions

Send a transactional email through SendByte. The sender domain must be a verified sending domain (or use the shared test domain with a test key). Provide html and/or text, or a template_id with variables. A test key (sk_test_) sandboxes the send.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
fromYesSender, e.g. "PayLink <receipts@paylink.ng>". Domain must be verified.
toYesRecipient address or array of addresses.
subjectYesEmail subject line.
htmlNoHTML body. Provide html and/or text, or use template_id.
textNoPlain-text body. Recommended alongside html.
ccNo
bccNo
reply_toNoReply-To address or addresses.
tagsNoFree-form tags for filtering and analytics.
template_idNoSend a saved template instead of inline html/text.
variablesNoHandlebars variables to render into the template.
scheduled_atNoISO 8601 timestamp to send later.
Behavior4/5

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

No annotations provided, but the description discloses key behaviors: transactional nature, domain verification requirement, sandboxing via test key. It does not cover rate limits or failure modes, but adds significant value beyond what annotations would provide.

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?

Three sentences, each adding essential information: main purpose, constraints, and test key usage. No redundancy, well front-loaded.

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?

Covers purpose, constraints, content options, and test key, but omitted expected return value details (e.g., success/error response). Given no output schema, this is a minor gap.

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

Parameters4/5

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

Schema coverage is high (83%), but the description adds value by explaining the conditional options ('html and/or text, or a template_id with variables') and the test key behavior, complementing the schema's parameter descriptions.

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 sends transactional emails via SendByte, specifying the sender domain constraint and the ability to use templates or inline content. It distinguishes from sibling tools focused on retrieval or analysis.

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

Usage Guidelines4/5

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

The description provides clear context on when to use the tool (sending emails with verified domains) and how to choose between inline content and templates, but lacks explicit when-not-to-use guidance or alternatives among siblings.

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/Sendbyte-Africa/sendbyte-mcp'

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