Skip to main content
Glama
resend

Email Sending MCP

by resend

Connect to Editor

connect-to-editor

Establish a live connection to the Resend editor to display your agent's avatar, signaling active AI presence during content work.

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?

With no annotations, the description carries the burden for behavioral context. It discloses that users see an avatar while connected, that compose tools disconnect when done, and that returns a token and room ID. However, it does not state whether the connection persists until disconnect-from-editor is called, any limits on concurrent connections, or what happens if the agent connects while another is already connected.

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 compact and well-structured with bold section labels (Purpose, When to use, Returns). Every sentence adds value, and the key information is front-loaded in the first line.

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?

Given the tool's simplicity, the description covers purpose, usage, exclusions, and return values. Minor gap: it does not explicitly mention the need to call disconnect-from-editor when the agent is done outside compose workflows, but the sibling tool name implies this. Overall complete enough for correct invocation.

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% for all 3 parameters, so the schema already provides full parameter documentation. The description does not add meaningful semantics beyond returning a token/room ID, so 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 states a specific purpose ('Show agent presence in the Resend dashboard editor') with a clear verb-resource pairing. It distinguishes this tool from siblings by explaining when it is not needed (before compose-broadcast/compose-template) and that get-tiptap-json-content connects automatically.

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?

Provides explicit when-to-use guidance: signal agent presence outside compose workflows. Also explicitly lists exclusions ('Not needed before compose-broadcast or compose-template') and names an alternative (get-tiptap-json-content), which is exactly the kind of guidance needed.

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