You're viewing a demo portfolio

Join the waitlist
PRSM

excuse_generate

Active

Tool of mcp-excuse

declared in 0.1.0

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"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

mcp-excuse

https://github.com/pipeworx-io/mcp-excuse

2/7 registries
View full server →