send_that_email_analyze
ActiveTool of Send That Email
declared in 0.1.0
Analyze whether you should send that email. Evaluates passive aggression, regret probability, and provides a recommendation (heavily weighted toward no).
Parameters schema
{
"type": "object",
"examples": [
{
"drunk": false,
"content": "I've been thinking about our conversation yesterday and I don't appreciate how you dismissed my ideas without hearing me out. Maybe next time you could actually listen before making decisions.",
"recipient_type": "boss",
"time_since_writing": 15
},
{
"drunk": true,
"content": "Hey, I know it's been a while but I was just thinking about you and wondered how you've been. Would love to catch up sometime.",
"recipient_type": "ex",
"time_since_writing": 240
}
],
"required": [
"content"
],
"properties": {
"drunk": {
"type": "boolean",
"description": "Are you drunk?"
},
"content": {
"type": "string",
"description": "The email content you're thinking of sending"
},
"recipient_type": {
"enum": [
"boss",
"ex",
"investor",
"mom"
],
"type": "string",
"description": "Who you're sending it to"
},
"time_since_writing": {
"type": "number",
"description": "Minutes since you wrote the email — longer = more likely no"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
Send That Email
https://github.com/pipeworx-io/mcp-send-that-email
1/7 registries