Skip to main content
Glama
ElizioMartins

mcp-emailjs

send_email

Send emails using EmailJS templates by specifying a template ID and optional parameters. Credentials can be provided through environment variables or as arguments.

Instructions

Send an email using an EmailJS template. Credentials can be passed as parameters or read from EMAILJS_SERVICE_ID, EMAILJS_PUBLIC_KEY, and EMAILJS_PRIVATE_KEY environment variables.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
template_idYesEmailJS template ID (e.g. 'template_abc123')
template_paramsNoKey-value pairs that map to variables in the EmailJS template
service_idNoEmailJS service ID. Overrides EMAILJS_SERVICE_ID env var.
user_idNoEmailJS public key. Overrides EMAILJS_PUBLIC_KEY env var.
accessTokenNoEmailJS private key for extra security. Overrides EMAILJS_PRIVATE_KEY env var.
Behavior2/5

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

With no annotations, the description carries full responsibility for disclosing behavioral traits. It only states the action 'Send an email' and mentions credential sources. It fails to disclose side effects (e.g., sending is destructive), error behavior, rate limits, or whether the operation is idempotent. This is insufficient for an agent to understand runtime implications.

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

Conciseness4/5

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

The description is very concise at one sentence (16 words) and front-loads the main purpose. It earns its place without unnecessary words. However, it could be slightly expanded to include key behavioral info without harming conciseness, so it is not a perfect 5.

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 complexity (5 parameters, 1 required, no output schema) and no annotations, the description is far from complete. It omits what the tool returns (e.g., success/error response), how to obtain template IDs, whether it works offline, and how it relates to siblings (e.g., using get_email_history to check sent emails). It needs much more context for an agent to use it reliably.

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?

Input schema coverage is 100%, so the baseline is 3. The description adds that credentials can be passed as parameters or from env vars, which is already implied in the schema descriptions (e.g., 'Overrides EMAILJS_SERVICE_ID env var'). No additional meaning is provided; it does not clarify how template_params map to variables or when to use overrides.

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: 'Send an email using an EmailJS template.' It uses a specific verb ('Send') and resource ('email using EmailJS template'), which immediately distinguishes it from sibling tools like get_email_history (reading) and validate_config (validating).

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

Usage Guidelines3/5

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

The description provides a minor usage hint about credentials (can be from env vars or parameters) but does not explicitly say when to use this tool vs. alternatives. It lacks guidance on prerequisites (e.g., valid template ID) or when not to use it. No comparison to siblings is made.

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/ElizioMartins/mcp-emailjs'

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