Tools
ReSend
Run an agent plus this tool in the cloud using Meshagent Rooms:
-
Set environment variables:
REPLY_TO_EMAIL_ADDRESSES
: Comma-separated list of email addresses your replies come from.SENDER_EMAIL_ADDRESS
: Default sender email address.RESEND_API_KEY
: Your Resend API key.
-
Install the Meshagent CLI and all dependencies:
-
Sign up and authenticate your Meshagent CLI:
See Meshagent CLI Getting Started. -
Start the MCP Email server in a Meshagent Room:
- This command launches a Meshagent Room and runs the MCP server inside the room.
- Note: Rooms automatically close after inactivity.
-
Start a chatbot agent in the Room with the resend toolkit:
- This connects a chatbot to your Meshagent Room with the ability to use the MCP resend tool.
- You can use multiple toolkits in one room and connect additional agents as desired.
- The output of this command provides a link to the Meshagent Room UI for direct interaction.
Tools Available
Tools Provided
Tool | Short Description |
---|---|
send-email | Send an email using Resend |
Tool: send-email
Send an email using Resend.
Parameter | Type | Description |
---|---|---|
subject | string | Email subject line. |
text | string | Plain text email content. |
to | string | Recipient email address. |
bcc | array optional | Optional array of BCC email addresses. You MUST ask the user for this parameter. Under no circumstance provide it yourself. |
cc | array optional | Optional array of CC email addresses. You MUST ask the user for this parameter. Under no circumstance provide it yourself. |
html | string optional | HTML email content. When provided, the plain text argument MUST be provided as well. |
scheduledAt | string optional | Optional parameter to schedule the email. This uses natural language (e.g., “tomorrow at 10am”, “in 2 hours”, “Friday at 3pm ET”). |