Skip to main content
Glama
resend

Email Sending MCP

by resend

Update Domain

update-domain

Modify click/open tracking, TLS mode, and sending/receiving capabilities for an existing domain to control email engagement monitoring and delivery security.

Instructions

Update an existing domain in Resend. Allows changing tracking settings, TLS mode, and capabilities.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesDomain ID
tlsNoTLS mode. "opportunistic" attempts secure connection with fallback. "enforced" requires TLS or fails.
capabilitiesNoDomain capabilities. At least one capability must remain enabled.
openTrackingNoTrack the open rate of each email.
clickTrackingNoTrack clicks within the body of each HTML email.
trackingSubdomainNoCustom subdomain for tracking links (e.g., "track" for track.example.com). When set, click and open tracking URLs will use this subdomain instead of the default.
Behavior2/5

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

No annotations are provided, so the description must convey behavioral traits. It only states that it updates the domain, without disclosing whether it performs a partial update or full replacement, required permissions, side effects, or any rate limits. The lack of detail on mutation behavior is a significant gap.

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 extremely concise, consisting of a single sentence with 13 words. It front-loads the main purpose and lists the key updateable categories without any fluff.

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's complexity (6 parameters, nested objects, no output schema), the description is insufficient. It does not explain that only provided fields are updated, the implications of the capabilities constraint, or what the response looks like. More detail is needed for an agent to use the tool effectively.

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?

The input schema has 100% description coverage, so the schema already documents all parameters. The description adds a high-level summary of parameter groups but does not add meaning beyond the schema. Baseline score of 3 is appropriate.

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 action ('update an existing domain') and the resource ('domain in Resend'). It also lists the specific aspects that can be changed: tracking settings, TLS mode, and capabilities, making it distinct from sibling tools like create-domain or remove-domain.

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 such as create-domain, verify-domain, or remove-domain. The description does not include any when-not context or explicit mention of prerequisites.

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