send-email
ActiveTool of io.github.Deesmo/arch-tools-mcp
declared in 1.8.0
Send transactional emails via Resend — plain text or HTML.
Parameters schema
{
"type": "object",
"required": [
"to",
"subject",
"body"
],
"properties": {
"to": {
"type": "string",
"description": "Recipient email address"
},
"body": {
"type": "string",
"description": "Email body (plain text or HTML)"
},
"from": {
"type": "string",
"description": "Sender email (default: noreply@archtools.dev)"
},
"subject": {
"type": "string",
"description": "Email subject line"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
io.github.Deesmo/arch-tools-mcp
https://github.com/Deesmo/Arch-AI-Tools
1/7 registries