apology_generate
ActiveTool of Apology
Generate a tailored apology given an offense description, relationship (partner/friend/boss/ex/self/etc.), sincerity tone (genuine/performative/tactical/none/desperate), and delivery medium (text/email/in_person/voicemail). Returns ready-to-use apology text.
Parameters schema
{
"type": "object",
"examples": [
{
"medium": "in_person",
"offense": "I forgot your birthday and didn't call until a week later",
"sincerity": "genuine",
"relationship": "partner"
},
{
"medium": "email",
"offense": "I missed the project deadline without giving advance notice",
"sincerity": "tactical",
"relationship": "boss"
}
],
"required": [
"offense"
],
"properties": {
"medium": {
"enum": [
"text",
"email",
"in_person",
"voicemail"
],
"type": "string"
},
"offense": {
"type": "string"
},
"sincerity": {
"enum": [
"genuine",
"performative",
"tactical",
"none",
"desperate"
],
"type": "string"
},
"relationship": {
"enum": [
"partner",
"friend",
"parent",
"coworker",
"boss",
"ex",
"vendor",
"mom",
"investor",
"self"
],
"type": "string"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Apology
https://github.com/pipeworx-io/mcp-apology
1/7 registries