Skip to main content
Glama
resend

Email Sending MCP

by resend

Compose Broadcast

compose-broadcast

Set TipTap JSON content of a broadcast to enable visual editing in the Resend dashboard. Optionally update subject, preview text, or name.

Instructions

Purpose: Set the TipTap JSON content of a broadcast, enabling it to be edited visually in the Resend dashboard editor. Automatically connects and disconnects from the editor. Can also update metadata (subject, preview text, name) in the same call.

This is the recommended way to set email content. Content set via compose-broadcast can be visually edited by the user in the dashboard. Use this for newsletters and any broadcast where the user may want to refine the content.

Workflow: get-tiptap-json-content (with include_schema: true) → compose-broadcast

When to use:

  • After create-broadcast, to set the email body

  • When the user wants to write, edit, or style email content

  • When the user wants to collaborate on the email in the dashboard editor

Important: Always call get-tiptap-json-content first to retrieve the existing TipTap JSON, then build your changes on top of it. Skipping this will overwrite all existing content.

Note: Switching between compose (TipTap) and update (raw HTML) modes is lossy — some content or formatting may be lost. If the broadcast already has HTML content, ask the user before switching to compose mode.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameNoUpdate the broadcast name (internal label).
contentNoTipTap JSON content. Call get-tiptap-json-content (with include_schema: true) first to get the existing content and the schema reference.
subjectNoUpdate the email subject line.
broadcastIdYesBroadcast ID or Resend dashboard URL (e.g. https://resend.com/broadcasts/<id>)
previewTextNoUpdate the preview text (shown in inbox before opening the email).
Behavior4/5

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

With no annotations provided, the description carries the full burden. It discloses automatic editor connection/disconnection, warns about overwriting content if get-tiptap-json-content is skipped, and notes lossy mode switching. However, it does not explicitly mention if the tool is destructive or requires specific permissions, which would improve transparency further.

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 well-structured with clear headings, bullet points, and a note section. Every sentence adds value, with no redundancy. It is front-loaded with purpose and workflow.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given no output schema and 5 parameters, the description covers purpose, workflow, usage guidelines, important caveats, and edge cases (lossy mode switching). It provides sufficient context for an AI agent to use the tool correctly.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 100%, so baseline is 3. The description adds value by explaining the content parameter workflow ('call get-tiptap-json-content first') and clarifies that broadcastId accepts a URL. This goes beyond the schema's own descriptions.

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: 'Set the TipTap JSON content of a broadcast... Can also update metadata (subject, preview text, name) in the same call.' It uses specific verb ('set') and resource ('broadcast TipTap content'), and distinguishes from siblings like compose-template and update-broadcast.

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?

Explicitly states that this is the 'recommended way to set email content' and provides a workflow: 'get-tiptap-json-content → compose-broadcast.' It lists when to use (after create-broadcast, for visual editing, collaboration) and warns against skipping get-tiptap-json-content. Also distinguishes from update mode and notes lossy switching.

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