excuse_generate
ActiveTool of mcp-excuse
Generate an excuse for a given situation (late/missed_deadline/ghosted), tailored to the target audience (boss/friend/date/recruiter/professor/client) and quality tier (implausible/plausible/airtight/medical). Returns ready-to-use excuse text.
Parameters schema
{
"type": "object",
"examples": [
{
"audience": "boss",
"situation": "late",
"excuse_quality": "plausible",
"times_used_before": 0
},
{
"audience": "client",
"situation": "missed_deadline",
"excuse_quality": "airtight",
"times_used_before": 2
}
],
"required": [
"situation"
],
"properties": {
"audience": {
"enum": [
"boss",
"friend",
"date",
"recruiter",
"professor",
"client"
],
"type": "string"
},
"situation": {
"enum": [
"late",
"missed_deadline",
"ghosted"
],
"type": "string"
},
"excuse_quality": {
"enum": [
"implausible",
"plausible",
"airtight",
"medical"
],
"type": "string"
},
"times_used_before": {
"type": "number",
"description": "How many times you have used this excuse before"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
mcp-excuse
https://github.com/pipeworx-io/mcp-excuse
2/7 registries