corporate_apology_generate
ActiveTool of Corporate Apology
declared in 0.1.0
Generate a corporate apology statement for a specific offense. Specify sincerity level ('performative', 'genuine', or 'defensive') to control tone. Returns ready-to-use apology text.
Parameters schema
{
"type": "object",
"examples": [
{
"medium": "press_release",
"company": "TechCorp Inc",
"offense": "Data breach affecting 2 million customer records",
"audience": "public",
"sincerity": "genuine"
},
{
"medium": "email",
"company": "RetailCo",
"offense": "Discriminatory hiring practices discovered in audit",
"audience": "employee",
"sincerity": "performative"
}
],
"required": [
"offense"
],
"properties": {
"medium": {
"enum": [
"statement",
"email",
"tweet",
"press_release"
],
"type": "string"
},
"company": {
"type": "string",
"description": "Company name"
},
"offense": {
"type": "string",
"description": "What happened"
},
"audience": {
"enum": [
"public",
"employee",
"investor",
"regulator"
],
"type": "string"
},
"sincerity": {
"enum": [
"genuine",
"performative",
"legal",
"pr",
"none"
],
"type": "string"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Corporate Apology
https://github.com/pipeworx-io/mcp-corporate-apology
1/7 registries