Skip to main content
Glama
resend

Email Sending MCP

by resend

Create API Key

create-api-key

Create a Resend API key for authorized email delivery. Select full or sending-only access, optionally restrict to a domain, and show the user the one-time token after creation.

Instructions

Create a new API key in Resend. The token is only shown once upon creation, so you MUST display it to the user.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYesAPI key name
domainIdNoRestrict API key to send emails from a specific domain. Only applicable when permission is "sending_access".
permissionNoAccess level. "full_access" grants complete resource management. "sending_access" restricts to email delivery only.

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. Changed2 schema fields changedv2.15.0
    • changedInput schema / properties / name / description
      Previous value: -"API key name (max 50 characters)"New value: +"API key name"
    • removedInput schema / properties / name / maxLength
      Removed value: -50
  2. Changed1 schema field changedv2.12.0
    • changedInput schema / $schema
      Previous value: -"http://json-schema.org/draft-07/schema#"New value: +"https://json-schema.org/draft/2020-12/schema"
  3. First observedv2.10.0

TDQS

A3.8/5.0
Behavior4/5

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

With no annotations, the description takes on the full burden of behavioral disclosure and does so well by warning that the token is only shown once and MUST be displayed to the user. This is a critical, non-obvious behavior that an agent needs to handle correctly.

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?

Two concise sentences front-load the core action and immediately follow with the critical security behavior. Every word earns its place, and the must-display note is actionable.

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 simple create operation with three optional/required parameters and a detailed schema, the description is largely complete: it says what is created, and the token-display warning addresses the only truly hidden part of the response. It could mention response shape beyond the token, but this is only a minor gap.

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 description coverage is 100%, so the parameter details live entirely in the schema. The description adds no additional parameter-level meaning, but per the baseline for high schema coverage, this is adequate.

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 uses a specific verb ('Create') with a clear resource ('a new API key in Resend') and immediately distinguishes this from sibling tools like list-api-keys or remove-api-key. The one-time-token warning further clarifies what makes this operation unique.

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?

The description does not state when to use this tool versus alternatives like update-api-key or list-api-keys. While 'Create' strongly implies its own use case, there is no explicit guidance on prerequisites, decisions between full_access and sending_access, or exclusions.

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/resend/resend-mcp'

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