Skip to main content
Glama
resend

Email Sending MCP

by resend

Connect to Editor

connect-to-editor

Connect an AI agent to a Resend broadcast or template editor, displaying an avatar to indicate active agent presence.

Instructions

Purpose: Show agent presence in the Resend dashboard editor. Users will see an agent avatar while connected.

When to use:

  • To signal to dashboard users that an AI agent is working on the content outside of compose workflows

  • Not needed before compose-broadcast or compose-template — get-tiptap-json-content connects automatically, and compose tools disconnect when done.

Returns: Connection token and room ID.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
agent_nameNoDisplay name for the agent avatar
resource_idYesID of the resource or Resend dashboard URL (e.g. https://resend.com/broadcasts/<id> or https://resend.com/templates/<id>)
resource_typeYesType of resource to connect to
Behavior3/5

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

No annotations provided, so the description carries the burden. It mentions returning a connection token and room ID, and implies a live connection, but does not disclose behavioral details like session duration, disconnection handling, or potential side effects. Adequate but lacks depth.

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 short, structured paragraphs with bold headings. Every sentence is informative, no fluff or redundancy. Highly concise.

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 connection tool, the description covers purpose, usage guidelines, return values, and exclusions. Could elaborate on connection lifecycle or behavior, but sufficient given tool simplicity.

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 description adds minimal value beyond schema. It does mention return values (token and room ID) but not parameter-specific semantics. Baseline 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 tool's purpose: to show agent presence in the Resend dashboard editor via an avatar. It specifies the resource (editor) and the effect (avatar), and distinguishes itself from siblings like disconnect-from-editor and compose tools.

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

Usage Guidelines5/5

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

The description explicitly provides 'When to use' and 'Not needed before' guidance, including specific exclusion scenarios (compose-broadcast, compose-template) and explains why they auto-connect.

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